Uses of Interface
software.amazon.awssdk.services.chatbot.model.ListAssociationsRequest.Builder
-
Packages that use ListAssociationsRequest.Builder Package Description software.amazon.awssdk.services.chatbot The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions.software.amazon.awssdk.services.chatbot.model -
-
Uses of ListAssociationsRequest.Builder in software.amazon.awssdk.services.chatbot
-
Uses of ListAssociationsRequest.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return ListAssociationsRequest.Builder Modifier and Type Method Description static ListAssociationsRequest.BuilderListAssociationsRequest. builder()ListAssociationsRequest.BuilderListAssociationsRequest.Builder. chatConfiguration(String chatConfiguration)The channel configuration to list associations for.ListAssociationsRequest.BuilderListAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to include in the response.ListAssociationsRequest.BuilderListAssociationsRequest.Builder. nextToken(String nextToken)An optional token returned from a prior request.ListAssociationsRequest.BuilderListAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssociationsRequest.BuilderListAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssociationsRequest.BuilderListAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type ListAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListAssociationsRequest.Builder>ListAssociationsRequest. serializableBuilderClass()
-