Uses of Interface
software.amazon.awssdk.services.chatbot.model.ListCustomActionsRequest.Builder
-
Packages that use ListCustomActionsRequest.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 ListCustomActionsRequest.Builder in software.amazon.awssdk.services.chatbot
-
Uses of ListCustomActionsRequest.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return ListCustomActionsRequest.Builder Modifier and Type Method Description static ListCustomActionsRequest.BuilderListCustomActionsRequest. builder()ListCustomActionsRequest.BuilderListCustomActionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to include in the response.ListCustomActionsRequest.BuilderListCustomActionsRequest.Builder. nextToken(String nextToken)An optional token returned from a prior request.ListCustomActionsRequest.BuilderListCustomActionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomActionsRequest.BuilderListCustomActionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCustomActionsRequest.BuilderListCustomActionsRequest. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type ListCustomActionsRequest.Builder Modifier and Type Method Description static Class<? extends ListCustomActionsRequest.Builder>ListCustomActionsRequest. serializableBuilderClass()
-