Uses of Class
software.amazon.awssdk.services.chatbot.model.UpdateChimeWebhookConfigurationRequest
-
Packages that use UpdateChimeWebhookConfigurationRequest 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 UpdateChimeWebhookConfigurationRequest in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot with parameters of type UpdateChimeWebhookConfigurationRequest Modifier and Type Method Description default CompletableFuture<UpdateChimeWebhookConfigurationResponse>ChatbotAsyncClient. updateChimeWebhookConfiguration(UpdateChimeWebhookConfigurationRequest updateChimeWebhookConfigurationRequest)Updates a Amazon Chime webhook configuration.default UpdateChimeWebhookConfigurationResponseChatbotClient. updateChimeWebhookConfiguration(UpdateChimeWebhookConfigurationRequest updateChimeWebhookConfigurationRequest)Updates a Amazon Chime webhook configuration. -
Uses of UpdateChimeWebhookConfigurationRequest in software.amazon.awssdk.services.chatbot.transform
Methods in software.amazon.awssdk.services.chatbot.transform with parameters of type UpdateChimeWebhookConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateChimeWebhookConfigurationRequestMarshaller. marshall(UpdateChimeWebhookConfigurationRequest updateChimeWebhookConfigurationRequest)
-