Uses of Class
software.amazon.awssdk.services.ivschat.model.CreateLoggingConfigurationResponse
-
Packages that use CreateLoggingConfigurationResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of CreateLoggingConfigurationResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return CreateLoggingConfigurationResponse Modifier and Type Method Description default CreateLoggingConfigurationResponseIvschatClient. createLoggingConfiguration(Consumer<CreateLoggingConfigurationRequest.Builder> createLoggingConfigurationRequest)Creates a logging configuration that allows clients to store and record sent messages.default CreateLoggingConfigurationResponseIvschatClient. createLoggingConfiguration(CreateLoggingConfigurationRequest createLoggingConfigurationRequest)Creates a logging configuration that allows clients to store and record sent messages.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type CreateLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateLoggingConfigurationResponse>IvschatAsyncClient. createLoggingConfiguration(Consumer<CreateLoggingConfigurationRequest.Builder> createLoggingConfigurationRequest)Creates a logging configuration that allows clients to store and record sent messages.default CompletableFuture<CreateLoggingConfigurationResponse>IvschatAsyncClient. createLoggingConfiguration(CreateLoggingConfigurationRequest createLoggingConfigurationRequest)Creates a logging configuration that allows clients to store and record sent messages.
-