Uses of Class
software.amazon.awssdk.services.ivschat.model.LoggingConfigurationState
-
Packages that use LoggingConfigurationState Package Description software.amazon.awssdk.services.ivschat.model -
-
Uses of LoggingConfigurationState in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return LoggingConfigurationState Modifier and Type Method Description static LoggingConfigurationStateLoggingConfigurationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LoggingConfigurationStateGetLoggingConfigurationResponse. state()The state of the logging configuration.LoggingConfigurationStateLoggingConfigurationSummary. state()The state of the logging configuration.static LoggingConfigurationStateLoggingConfigurationState. 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.Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type LoggingConfigurationState Modifier and Type Method Description static Set<LoggingConfigurationState>LoggingConfigurationState. knownValues()Methods in software.amazon.awssdk.services.ivschat.model with parameters of type LoggingConfigurationState Modifier and Type Method Description GetLoggingConfigurationResponse.BuilderGetLoggingConfigurationResponse.Builder. state(LoggingConfigurationState state)The state of the logging configuration.LoggingConfigurationSummary.BuilderLoggingConfigurationSummary.Builder. state(LoggingConfigurationState state)The state of the logging configuration.
-