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