| Package | Description |
|---|---|
| com.amazonaws.services.chatbot |
AWS Chatbot API
|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChimeWebhookConfigurationResult> |
AbstractAWSChatbotAsync.createChimeWebhookConfigurationAsync(CreateChimeWebhookConfigurationRequest request,
AsyncHandler<CreateChimeWebhookConfigurationRequest,CreateChimeWebhookConfigurationResult> asyncHandler) |
Future<CreateChimeWebhookConfigurationResult> |
AWSChatbotAsync.createChimeWebhookConfigurationAsync(CreateChimeWebhookConfigurationRequest createChimeWebhookConfigurationRequest,
AsyncHandler<CreateChimeWebhookConfigurationRequest,CreateChimeWebhookConfigurationResult> asyncHandler)
Creates Chime Webhook Configuration
|
Future<CreateChimeWebhookConfigurationResult> |
AWSChatbotAsyncClient.createChimeWebhookConfigurationAsync(CreateChimeWebhookConfigurationRequest request,
AsyncHandler<CreateChimeWebhookConfigurationRequest,CreateChimeWebhookConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.clone() |
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.withConfigurationName(String configurationName)
The name of the configuration.
|
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.withIamRoleArn(String iamRoleArn)
This is a user-defined role that AWS Chatbot will assume.
|
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.withLoggingLevel(String loggingLevel)
Logging levels include ERROR, INFO, or NONE.
|
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.withSnsTopicArns(Collection<String> snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.withSnsTopicArns(String... snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.withTags(Collection<Tag> tags)
A list of tags to apply to the configuration.
|
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.withTags(Tag... tags)
A list of tags to apply to the configuration.
|
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.withWebhookDescription(String webhookDescription)
Description of the webhook.
|
CreateChimeWebhookConfigurationRequest |
CreateChimeWebhookConfigurationRequest.withWebhookUrl(String webhookUrl)
URL for the Chime webhook.
|
Copyright © 2024. All rights reserved.