| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfigurationState |
LoggingConfigurationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LoggingConfigurationState |
LoggingConfigurationSummary.state()
The state of the logging configuration.
|
LoggingConfigurationState |
GetLoggingConfigurationResponse.state()
The state of the logging configuration.
|
static LoggingConfigurationState |
LoggingConfigurationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingConfigurationState[] |
LoggingConfigurationState.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<LoggingConfigurationState> |
LoggingConfigurationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LoggingConfigurationSummary.Builder |
LoggingConfigurationSummary.Builder.state(LoggingConfigurationState state)
The state of the logging configuration.
|
GetLoggingConfigurationResponse.Builder |
GetLoggingConfigurationResponse.Builder.state(LoggingConfigurationState state)
The state of the logging configuration.
|
Copyright © 2022. All rights reserved.