Uses of Class
software.amazon.awssdk.services.chatbot.model.CreateChimeWebhookConfigurationResponse
-
Packages that use CreateChimeWebhookConfigurationResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot API -
-
Uses of CreateChimeWebhookConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return CreateChimeWebhookConfigurationResponse Modifier and Type Method Description default CreateChimeWebhookConfigurationResponseChatbotClient. createChimeWebhookConfiguration(Consumer<CreateChimeWebhookConfigurationRequest.Builder> createChimeWebhookConfigurationRequest)Creates Chime Webhook Configurationdefault CreateChimeWebhookConfigurationResponseChatbotClient. createChimeWebhookConfiguration(CreateChimeWebhookConfigurationRequest createChimeWebhookConfigurationRequest)Creates Chime Webhook ConfigurationMethods in software.amazon.awssdk.services.chatbot that return types with arguments of type CreateChimeWebhookConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateChimeWebhookConfigurationResponse>ChatbotAsyncClient. createChimeWebhookConfiguration(Consumer<CreateChimeWebhookConfigurationRequest.Builder> createChimeWebhookConfigurationRequest)Creates Chime Webhook Configurationdefault CompletableFuture<CreateChimeWebhookConfigurationResponse>ChatbotAsyncClient. createChimeWebhookConfiguration(CreateChimeWebhookConfigurationRequest createChimeWebhookConfigurationRequest)Creates Chime Webhook Configuration
-