| Package | Description |
|---|---|
| com.amazonaws.services.chatbot |
AWS Chatbot API
|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChimeWebhookConfigurationResult> |
AbstractAWSChatbotAsync.updateChimeWebhookConfigurationAsync(UpdateChimeWebhookConfigurationRequest request,
AsyncHandler<UpdateChimeWebhookConfigurationRequest,UpdateChimeWebhookConfigurationResult> asyncHandler) |
Future<UpdateChimeWebhookConfigurationResult> |
AWSChatbotAsync.updateChimeWebhookConfigurationAsync(UpdateChimeWebhookConfigurationRequest updateChimeWebhookConfigurationRequest,
AsyncHandler<UpdateChimeWebhookConfigurationRequest,UpdateChimeWebhookConfigurationResult> asyncHandler)
Updates a Chime Webhook Configuration
|
Future<UpdateChimeWebhookConfigurationResult> |
AWSChatbotAsyncClient.updateChimeWebhookConfigurationAsync(UpdateChimeWebhookConfigurationRequest request,
AsyncHandler<UpdateChimeWebhookConfigurationRequest,UpdateChimeWebhookConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChimeWebhookConfigurationRequest |
UpdateChimeWebhookConfigurationRequest.clone() |
UpdateChimeWebhookConfigurationRequest |
UpdateChimeWebhookConfigurationRequest.withChatConfigurationArn(String chatConfigurationArn)
The ARN of the ChimeWebhookConfiguration to update.
|
UpdateChimeWebhookConfigurationRequest |
UpdateChimeWebhookConfigurationRequest.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
UpdateChimeWebhookConfigurationRequest |
UpdateChimeWebhookConfigurationRequest.withLoggingLevel(String loggingLevel)
Logging levels include ERROR, INFO, or NONE.
|
UpdateChimeWebhookConfigurationRequest |
UpdateChimeWebhookConfigurationRequest.withSnsTopicArns(Collection<String> snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateChimeWebhookConfigurationRequest |
UpdateChimeWebhookConfigurationRequest.withSnsTopicArns(String... snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateChimeWebhookConfigurationRequest |
UpdateChimeWebhookConfigurationRequest.withWebhookDescription(String webhookDescription)
Description of the webhook.
|
UpdateChimeWebhookConfigurationRequest |
UpdateChimeWebhookConfigurationRequest.withWebhookUrl(String webhookUrl)
URL for the Chime webhook.
|
Copyright © 2024. All rights reserved.