Uses of Class
software.amazon.awssdk.services.chatbot.model.CreateChimeWebhookConfigurationRequest
-
Packages that use CreateChimeWebhookConfigurationRequest 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 CreateChimeWebhookConfigurationRequest in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot with parameters of type CreateChimeWebhookConfigurationRequest Modifier and Type Method Description default CompletableFuture<CreateChimeWebhookConfigurationResponse>ChatbotAsyncClient. createChimeWebhookConfiguration(CreateChimeWebhookConfigurationRequest createChimeWebhookConfigurationRequest)Creates an AWS Chatbot configuration for Amazon Chime.default CreateChimeWebhookConfigurationResponseChatbotClient. createChimeWebhookConfiguration(CreateChimeWebhookConfigurationRequest createChimeWebhookConfigurationRequest)Creates an AWS Chatbot configuration for Amazon Chime. -
Uses of CreateChimeWebhookConfigurationRequest in software.amazon.awssdk.services.chatbot.transform
Methods in software.amazon.awssdk.services.chatbot.transform with parameters of type CreateChimeWebhookConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestCreateChimeWebhookConfigurationRequestMarshaller. marshall(CreateChimeWebhookConfigurationRequest createChimeWebhookConfigurationRequest)
-