Uses of Class
software.amazon.awssdk.services.chatbot.model.DeleteChimeWebhookConfigurationResponse
-
Packages that use DeleteChimeWebhookConfigurationResponse 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 DeleteChimeWebhookConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return DeleteChimeWebhookConfigurationResponse Modifier and Type Method Description default DeleteChimeWebhookConfigurationResponseChatbotClient. deleteChimeWebhookConfiguration(Consumer<DeleteChimeWebhookConfigurationRequest.Builder> deleteChimeWebhookConfigurationRequest)Deletes a Amazon Chime webhook configuration for AWS Chatbot.default DeleteChimeWebhookConfigurationResponseChatbotClient. deleteChimeWebhookConfiguration(DeleteChimeWebhookConfigurationRequest deleteChimeWebhookConfigurationRequest)Deletes a Amazon Chime webhook configuration for AWS Chatbot.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type DeleteChimeWebhookConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteChimeWebhookConfigurationResponse>ChatbotAsyncClient. deleteChimeWebhookConfiguration(Consumer<DeleteChimeWebhookConfigurationRequest.Builder> deleteChimeWebhookConfigurationRequest)Deletes a Amazon Chime webhook configuration for AWS Chatbot.default CompletableFuture<DeleteChimeWebhookConfigurationResponse>ChatbotAsyncClient. deleteChimeWebhookConfiguration(DeleteChimeWebhookConfigurationRequest deleteChimeWebhookConfigurationRequest)Deletes a Amazon Chime webhook configuration for AWS Chatbot.
-