Uses of Class
software.amazon.awssdk.services.ivschat.model.UpdateLoggingConfigurationState
-
Packages that use UpdateLoggingConfigurationState Package Description software.amazon.awssdk.services.ivschat.model -
-
Uses of UpdateLoggingConfigurationState in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return UpdateLoggingConfigurationState Modifier and Type Method Description static UpdateLoggingConfigurationStateUpdateLoggingConfigurationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateLoggingConfigurationStateUpdateLoggingConfigurationResponse. state()The state of the logging configuration.static UpdateLoggingConfigurationStateUpdateLoggingConfigurationState. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateLoggingConfigurationState[]UpdateLoggingConfigurationState. 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 UpdateLoggingConfigurationState Modifier and Type Method Description static Set<UpdateLoggingConfigurationState>UpdateLoggingConfigurationState. knownValues()Methods in software.amazon.awssdk.services.ivschat.model with parameters of type UpdateLoggingConfigurationState Modifier and Type Method Description UpdateLoggingConfigurationResponse.BuilderUpdateLoggingConfigurationResponse.Builder. state(UpdateLoggingConfigurationState state)The state of the logging configuration.
-