Uses of Interface
software.amazon.awssdk.services.chatbot.model.GetCustomActionRequest.Builder
-
Packages that use GetCustomActionRequest.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 GetCustomActionRequest.Builder in software.amazon.awssdk.services.chatbot
Method parameters in software.amazon.awssdk.services.chatbot with type arguments of type GetCustomActionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCustomActionResponse>ChatbotAsyncClient. getCustomAction(Consumer<GetCustomActionRequest.Builder> getCustomActionRequest)Returns a custom action.default GetCustomActionResponseChatbotClient. getCustomAction(Consumer<GetCustomActionRequest.Builder> getCustomActionRequest)Returns a custom action. -
Uses of GetCustomActionRequest.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return GetCustomActionRequest.Builder Modifier and Type Method Description static GetCustomActionRequest.BuilderGetCustomActionRequest. builder()GetCustomActionRequest.BuilderGetCustomActionRequest.Builder. customActionArn(String customActionArn)Returns the fully defined Amazon Resource Name (ARN) of the custom action.GetCustomActionRequest.BuilderGetCustomActionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCustomActionRequest.BuilderGetCustomActionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCustomActionRequest.BuilderGetCustomActionRequest. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type GetCustomActionRequest.Builder Modifier and Type Method Description static Class<? extends GetCustomActionRequest.Builder>GetCustomActionRequest. serializableBuilderClass()
-