Uses of Interface
software.amazon.awssdk.services.chatbot.model.DescribeChimeWebhookConfigurationsRequest.Builder
-
Packages that use DescribeChimeWebhookConfigurationsRequest.Builder 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.model -
-
Uses of DescribeChimeWebhookConfigurationsRequest.Builder in software.amazon.awssdk.services.chatbot
-
Uses of DescribeChimeWebhookConfigurationsRequest.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return DescribeChimeWebhookConfigurationsRequest.Builder Modifier and Type Method Description static DescribeChimeWebhookConfigurationsRequest.BuilderDescribeChimeWebhookConfigurationsRequest. builder()DescribeChimeWebhookConfigurationsRequest.BuilderDescribeChimeWebhookConfigurationsRequest.Builder. chatConfigurationArn(String chatConfigurationArn)An optional Amazon Resource Name (ARN) of a ChimeWebhookConfiguration to describe.DescribeChimeWebhookConfigurationsRequest.BuilderDescribeChimeWebhookConfigurationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to include in the response.DescribeChimeWebhookConfigurationsRequest.BuilderDescribeChimeWebhookConfigurationsRequest.Builder. nextToken(String nextToken)An optional token returned from a prior request.DescribeChimeWebhookConfigurationsRequest.BuilderDescribeChimeWebhookConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeChimeWebhookConfigurationsRequest.BuilderDescribeChimeWebhookConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeChimeWebhookConfigurationsRequest.BuilderDescribeChimeWebhookConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type DescribeChimeWebhookConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeChimeWebhookConfigurationsRequest.Builder>DescribeChimeWebhookConfigurationsRequest. serializableBuilderClass()
-