Uses of Class
software.amazon.awssdk.services.chatbot.model.DescribeChimeWebhookConfigurationsResponse
-
Packages that use DescribeChimeWebhookConfigurationsResponse 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.paginators -
-
Uses of DescribeChimeWebhookConfigurationsResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return DescribeChimeWebhookConfigurationsResponse Modifier and Type Method Description default DescribeChimeWebhookConfigurationsResponseChatbotClient. describeChimeWebhookConfigurations(Consumer<DescribeChimeWebhookConfigurationsRequest.Builder> describeChimeWebhookConfigurationsRequest)Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArndefault DescribeChimeWebhookConfigurationsResponseChatbotClient. describeChimeWebhookConfigurations(DescribeChimeWebhookConfigurationsRequest describeChimeWebhookConfigurationsRequest)Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArnMethods in software.amazon.awssdk.services.chatbot that return types with arguments of type DescribeChimeWebhookConfigurationsResponse Modifier and Type Method Description default CompletableFuture<DescribeChimeWebhookConfigurationsResponse>ChatbotAsyncClient. describeChimeWebhookConfigurations(Consumer<DescribeChimeWebhookConfigurationsRequest.Builder> describeChimeWebhookConfigurationsRequest)Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArndefault CompletableFuture<DescribeChimeWebhookConfigurationsResponse>ChatbotAsyncClient. describeChimeWebhookConfigurations(DescribeChimeWebhookConfigurationsRequest describeChimeWebhookConfigurationsRequest)Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArn -
Uses of DescribeChimeWebhookConfigurationsResponse in software.amazon.awssdk.services.chatbot.paginators
Methods in software.amazon.awssdk.services.chatbot.paginators that return types with arguments of type DescribeChimeWebhookConfigurationsResponse Modifier and Type Method Description Iterator<DescribeChimeWebhookConfigurationsResponse>DescribeChimeWebhookConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.chatbot.paginators with type arguments of type DescribeChimeWebhookConfigurationsResponse Modifier and Type Method Description voidDescribeChimeWebhookConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeChimeWebhookConfigurationsResponse> subscriber)
-