Uses of Interface
software.amazon.awssdk.services.chatbot.model.DeleteChimeWebhookConfigurationRequest.Builder
-
Packages that use DeleteChimeWebhookConfigurationRequest.Builder Package Description software.amazon.awssdk.services.chatbot AWS Chatbot APIsoftware.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 Chime Webhook Configurationdefault DeleteChimeWebhookConfigurationResponseChatbotClient. deleteChimeWebhookConfiguration(Consumer<DeleteChimeWebhookConfigurationRequest.Builder> deleteChimeWebhookConfigurationRequest)Deletes a Chime Webhook Configuration -
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 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()
-