Uses of Interface
software.amazon.awssdk.services.chatbot.model.DeleteChimeWebhookConfigurationRequest.Builder
-
Packages that use DeleteChimeWebhookConfigurationRequest.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 DeleteChimeWebhookConfigurationRequest.Builder in software.amazon.awssdk.services.chatbot
Method parameters in software.amazon.awssdk.services.chatbot with type arguments of type DeleteChimeWebhookConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteChimeWebhookConfigurationResponse>ChatbotAsyncClient. deleteChimeWebhookConfiguration(Consumer<DeleteChimeWebhookConfigurationRequest.Builder> deleteChimeWebhookConfigurationRequest)Deletes a Amazon Chime webhook configuration for AWS Chatbot.default DeleteChimeWebhookConfigurationResponseChatbotClient. deleteChimeWebhookConfiguration(Consumer<DeleteChimeWebhookConfigurationRequest.Builder> deleteChimeWebhookConfigurationRequest)Deletes a Amazon Chime webhook configuration for AWS Chatbot. -
Uses of DeleteChimeWebhookConfigurationRequest.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return DeleteChimeWebhookConfigurationRequest.Builder Modifier and Type Method Description static DeleteChimeWebhookConfigurationRequest.BuilderDeleteChimeWebhookConfigurationRequest. builder()DeleteChimeWebhookConfigurationRequest.BuilderDeleteChimeWebhookConfigurationRequest.Builder. chatConfigurationArn(String chatConfigurationArn)The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete.DeleteChimeWebhookConfigurationRequest.BuilderDeleteChimeWebhookConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteChimeWebhookConfigurationRequest.BuilderDeleteChimeWebhookConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteChimeWebhookConfigurationRequest.BuilderDeleteChimeWebhookConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type DeleteChimeWebhookConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteChimeWebhookConfigurationRequest.Builder>DeleteChimeWebhookConfigurationRequest. serializableBuilderClass()
-