Uses of Class
software.amazon.awssdk.services.amp.model.LoggingConfigurationStatusCode
-
Packages that use LoggingConfigurationStatusCode Package Description software.amazon.awssdk.services.amp.model -
-
Uses of LoggingConfigurationStatusCode in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return LoggingConfigurationStatusCode Modifier and Type Method Description static LoggingConfigurationStatusCodeLoggingConfigurationStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LoggingConfigurationStatusCodeLoggingConfigurationStatus. statusCode()Status code of the logging configuration.static LoggingConfigurationStatusCodeLoggingConfigurationStatusCode. 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.Methods in software.amazon.awssdk.services.amp.model that return types with arguments of type LoggingConfigurationStatusCode Modifier and Type Method Description static Set<LoggingConfigurationStatusCode>LoggingConfigurationStatusCode. knownValues()Methods in software.amazon.awssdk.services.amp.model with parameters of type LoggingConfigurationStatusCode Modifier and Type Method Description LoggingConfigurationStatus.BuilderLoggingConfigurationStatus.Builder. statusCode(LoggingConfigurationStatusCode statusCodeValue)Status code of the logging configuration.
-