Uses of Class
software.amazon.awssdk.services.chatbot.model.UpdateChimeWebhookConfigurationResponse
-
Packages that use UpdateChimeWebhookConfigurationResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot API -
-
Uses of UpdateChimeWebhookConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return UpdateChimeWebhookConfigurationResponse Modifier and Type Method Description default UpdateChimeWebhookConfigurationResponseChatbotClient. updateChimeWebhookConfiguration(Consumer<UpdateChimeWebhookConfigurationRequest.Builder> updateChimeWebhookConfigurationRequest)Updates a Chime Webhook Configurationdefault UpdateChimeWebhookConfigurationResponseChatbotClient. updateChimeWebhookConfiguration(UpdateChimeWebhookConfigurationRequest updateChimeWebhookConfigurationRequest)Updates a Chime Webhook ConfigurationMethods in software.amazon.awssdk.services.chatbot that return types with arguments of type UpdateChimeWebhookConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateChimeWebhookConfigurationResponse>ChatbotAsyncClient. updateChimeWebhookConfiguration(Consumer<UpdateChimeWebhookConfigurationRequest.Builder> updateChimeWebhookConfigurationRequest)Updates a Chime Webhook Configurationdefault CompletableFuture<UpdateChimeWebhookConfigurationResponse>ChatbotAsyncClient. updateChimeWebhookConfiguration(UpdateChimeWebhookConfigurationRequest updateChimeWebhookConfigurationRequest)Updates a Chime Webhook Configuration
-