| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static LogDestinationType |
LogDestinationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LogDestinationType |
EnableLoggingRequest.logDestinationType()
The log destination type.
|
LogDestinationType |
EnableLoggingResponse.logDestinationType()
The log destination type.
|
LogDestinationType |
DisableLoggingResponse.logDestinationType()
The log destination type.
|
LogDestinationType |
DescribeLoggingStatusResponse.logDestinationType()
The log destination type.
|
static LogDestinationType |
LogDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogDestinationType[] |
LogDestinationType.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<LogDestinationType> |
LogDestinationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EnableLoggingRequest.Builder |
EnableLoggingRequest.Builder.logDestinationType(LogDestinationType logDestinationType)
The log destination type.
|
EnableLoggingResponse.Builder |
EnableLoggingResponse.Builder.logDestinationType(LogDestinationType logDestinationType)
The log destination type.
|
DisableLoggingResponse.Builder |
DisableLoggingResponse.Builder.logDestinationType(LogDestinationType logDestinationType)
The log destination type.
|
DescribeLoggingStatusResponse.Builder |
DescribeLoggingStatusResponse.Builder.logDestinationType(LogDestinationType logDestinationType)
The log destination type.
|
Copyright © 2023. All rights reserved.