Uses of Class
software.amazon.awssdk.services.chatbot.model.DeleteChimeWebhookConfigurationResponse
-
Packages that use DeleteChimeWebhookConfigurationResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot API -
-
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 Chime Webhook Configurationdefault DeleteChimeWebhookConfigurationResponseChatbotClient. deleteChimeWebhookConfiguration(DeleteChimeWebhookConfigurationRequest deleteChimeWebhookConfigurationRequest)Deletes a Chime Webhook ConfigurationMethods 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 Chime Webhook Configurationdefault CompletableFuture<DeleteChimeWebhookConfigurationResponse>ChatbotAsyncClient. deleteChimeWebhookConfiguration(DeleteChimeWebhookConfigurationRequest deleteChimeWebhookConfigurationRequest)Deletes a Chime Webhook Configuration
-