Uses of Class
software.amazon.awssdk.services.ivschat.model.ListLoggingConfigurationsRequest
-
Packages that use ListLoggingConfigurationsRequest Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.paginators software.amazon.awssdk.services.ivschat.transform -
-
Uses of ListLoggingConfigurationsRequest in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat with parameters of type ListLoggingConfigurationsRequest Modifier and Type Method Description 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.default ListLoggingConfigurationsResponseIvschatClient. listLoggingConfigurations(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)Gets summary information about all your logging configurations in the AWS region where the API request is processed.default ListLoggingConfigurationsPublisherIvschatAsyncClient. listLoggingConfigurationsPaginator(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)Gets summary information about all your logging configurations in the AWS region where the API request is processed.default ListLoggingConfigurationsIterableIvschatClient. listLoggingConfigurationsPaginator(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)Gets summary information about all your logging configurations in the AWS region where the API request is processed. -
Uses of ListLoggingConfigurationsRequest in software.amazon.awssdk.services.ivschat.paginators
Constructors in software.amazon.awssdk.services.ivschat.paginators with parameters of type ListLoggingConfigurationsRequest Constructor Description ListLoggingConfigurationsIterable(IvschatClient client, ListLoggingConfigurationsRequest firstRequest)ListLoggingConfigurationsPublisher(IvschatAsyncClient client, ListLoggingConfigurationsRequest firstRequest) -
Uses of ListLoggingConfigurationsRequest in software.amazon.awssdk.services.ivschat.transform
Methods in software.amazon.awssdk.services.ivschat.transform with parameters of type ListLoggingConfigurationsRequest Modifier and Type Method Description SdkHttpFullRequestListLoggingConfigurationsRequestMarshaller. marshall(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)
-