Uses of Interface
software.amazon.awssdk.services.ivschat.model.ListLoggingConfigurationsRequest.Builder
-
Packages that use ListLoggingConfigurationsRequest.Builder Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.model -
-
Uses of ListLoggingConfigurationsRequest.Builder in software.amazon.awssdk.services.ivschat
Method parameters in software.amazon.awssdk.services.ivschat with type arguments of type ListLoggingConfigurationsRequest.Builder 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 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 ListLoggingConfigurationsPublisherIvschatAsyncClient. listLoggingConfigurationsPaginator(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)Gets summary information about all your logging configurations in the AWS region where the API request is processed.default ListLoggingConfigurationsIterableIvschatClient. listLoggingConfigurationsPaginator(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)Gets summary information about all your logging configurations in the AWS region where the API request is processed. -
Uses of ListLoggingConfigurationsRequest.Builder in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return ListLoggingConfigurationsRequest.Builder Modifier and Type Method Description static ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest. builder()ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. maxResults(Integer maxResults)Maximum number of logging configurations to return.ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. nextToken(String nextToken)The first logging configurations to retrieve.ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type ListLoggingConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListLoggingConfigurationsRequest.Builder>ListLoggingConfigurationsRequest. serializableBuilderClass()
-