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