Uses of Class
software.amazon.awssdk.services.ivschat.model.UpdateLoggingConfigurationResponse
-
Packages that use UpdateLoggingConfigurationResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of UpdateLoggingConfigurationResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return UpdateLoggingConfigurationResponse Modifier and Type Method Description default UpdateLoggingConfigurationResponseIvschatClient. updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder> updateLoggingConfigurationRequest)Updates a specified logging configuration.default UpdateLoggingConfigurationResponseIvschatClient. updateLoggingConfiguration(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest)Updates a specified logging configuration.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type UpdateLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateLoggingConfigurationResponse>IvschatAsyncClient. updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder> updateLoggingConfigurationRequest)Updates a specified logging configuration.default CompletableFuture<UpdateLoggingConfigurationResponse>IvschatAsyncClient. updateLoggingConfiguration(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest)Updates a specified logging configuration.
-