Uses of Class
software.amazon.awssdk.services.ivschat.model.ListLoggingConfigurationsResponse
-
Packages that use ListLoggingConfigurationsResponse Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.paginators -
-
Uses of ListLoggingConfigurationsResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return ListLoggingConfigurationsResponse Modifier and Type Method Description default ListLoggingConfigurationsResponseIvschatClient. listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)Gets summary information about all your logging configurations in the AWS region where the API request is processed.default ListLoggingConfigurationsResponseIvschatClient. listLoggingConfigurations(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)Gets summary information about all your logging configurations in the AWS region where the API request is processed.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type ListLoggingConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListLoggingConfigurationsResponse>IvschatAsyncClient. listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)Gets summary information about all your logging configurations in the AWS region where the API request is processed.default CompletableFuture<ListLoggingConfigurationsResponse>IvschatAsyncClient. listLoggingConfigurations(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)Gets summary information about all your logging configurations in the AWS region where the API request is processed. -
Uses of ListLoggingConfigurationsResponse in software.amazon.awssdk.services.ivschat.paginators
Methods in software.amazon.awssdk.services.ivschat.paginators that return types with arguments of type ListLoggingConfigurationsResponse Modifier and Type Method Description Iterator<ListLoggingConfigurationsResponse>ListLoggingConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivschat.paginators with type arguments of type ListLoggingConfigurationsResponse Modifier and Type Method Description voidListLoggingConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLoggingConfigurationsResponse> subscriber)
-