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