Uses of Class
software.amazon.awssdk.services.chatbot.model.CreateChimeWebhookConfigurationResponse
-
Packages that use CreateChimeWebhookConfigurationResponse 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. -
-
Uses of CreateChimeWebhookConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return CreateChimeWebhookConfigurationResponse Modifier and Type Method Description default CreateChimeWebhookConfigurationResponseChatbotClient. createChimeWebhookConfiguration(Consumer<CreateChimeWebhookConfigurationRequest.Builder> createChimeWebhookConfigurationRequest)Creates an AWS Chatbot configuration for Amazon Chime.default CreateChimeWebhookConfigurationResponseChatbotClient. createChimeWebhookConfiguration(CreateChimeWebhookConfigurationRequest createChimeWebhookConfigurationRequest)Creates an AWS Chatbot configuration for Amazon Chime.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type CreateChimeWebhookConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateChimeWebhookConfigurationResponse>ChatbotAsyncClient. createChimeWebhookConfiguration(Consumer<CreateChimeWebhookConfigurationRequest.Builder> createChimeWebhookConfigurationRequest)Creates an AWS Chatbot configuration for Amazon Chime.default CompletableFuture<CreateChimeWebhookConfigurationResponse>ChatbotAsyncClient. createChimeWebhookConfiguration(CreateChimeWebhookConfigurationRequest createChimeWebhookConfigurationRequest)Creates an AWS Chatbot configuration for Amazon Chime.
-