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