Uses of Class
software.amazon.awssdk.services.ivschat.model.GetLoggingConfigurationResponse
-
Packages that use GetLoggingConfigurationResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of GetLoggingConfigurationResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return GetLoggingConfigurationResponse Modifier and Type Method Description default GetLoggingConfigurationResponseIvschatClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)Gets the specified logging configuration.default GetLoggingConfigurationResponseIvschatClient. getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)Gets the specified logging configuration.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type GetLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetLoggingConfigurationResponse>IvschatAsyncClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)Gets the specified logging configuration.default CompletableFuture<GetLoggingConfigurationResponse>IvschatAsyncClient. getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)Gets the specified logging configuration.
-