| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static LogExport |
LogExport.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateNamespaceRequest |
UpdateNamespaceRequest.withLogExports(LogExport... logExports)
The types of logs the namespace can export.
|
Namespace |
Namespace.withLogExports(LogExport... logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withLogExports(LogExport... logExports)
The types of logs the namespace can export.
|
Copyright © 2023. All rights reserved.