| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static LogExport |
LogExport.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static LogExport |
LogExport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogExport[] |
LogExport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LogExport> |
LogExport.knownValues()
|
List<LogExport> |
Namespace.logExports()
The types of logs the namespace can export.
|
List<LogExport> |
CreateNamespaceRequest.logExports()
The types of logs the namespace can export.
|
List<LogExport> |
UpdateNamespaceRequest.logExports()
The types of logs the namespace can export.
|
| Modifier and Type | Method and Description |
|---|---|
Namespace.Builder |
Namespace.Builder.logExports(LogExport... logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.logExports(LogExport... logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.logExports(LogExport... logExports)
The types of logs the namespace can export.
|
| Modifier and Type | Method and Description |
|---|---|
Namespace.Builder |
Namespace.Builder.logExports(Collection<LogExport> logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.logExports(Collection<LogExport> logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.logExports(Collection<LogExport> logExports)
The types of logs the namespace can export.
|
Copyright © 2023. All rights reserved.