| Package | Description |
|---|---|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
ChimeWebhookConfiguration |
ChimeWebhookConfiguration.clone() |
ChimeWebhookConfiguration |
CreateChimeWebhookConfigurationResult.getWebhookConfiguration()
Chime webhook configuration.
|
ChimeWebhookConfiguration |
UpdateChimeWebhookConfigurationResult.getWebhookConfiguration()
Chime webhook configuration.
|
ChimeWebhookConfiguration |
ChimeWebhookConfiguration.withChatConfigurationArn(String chatConfigurationArn)
The ARN of the ChimeWebhookConfiguration.
|
ChimeWebhookConfiguration |
ChimeWebhookConfiguration.withConfigurationName(String configurationName)
The name of the configuration.
|
ChimeWebhookConfiguration |
ChimeWebhookConfiguration.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
ChimeWebhookConfiguration |
ChimeWebhookConfiguration.withLoggingLevel(String loggingLevel)
Specifies the logging level for this configuration.
|
ChimeWebhookConfiguration |
ChimeWebhookConfiguration.withSnsTopicArns(Collection<String> snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
ChimeWebhookConfiguration |
ChimeWebhookConfiguration.withSnsTopicArns(String... snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
ChimeWebhookConfiguration |
ChimeWebhookConfiguration.withWebhookDescription(String webhookDescription)
Description of the webhook.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChimeWebhookConfiguration> |
DescribeChimeWebhookConfigurationsResult.getWebhookConfigurations()
A list of Chime webhooks associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateChimeWebhookConfigurationResult.setWebhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)
Chime webhook configuration.
|
void |
UpdateChimeWebhookConfigurationResult.setWebhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)
Chime webhook configuration.
|
CreateChimeWebhookConfigurationResult |
CreateChimeWebhookConfigurationResult.withWebhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)
Chime webhook configuration.
|
UpdateChimeWebhookConfigurationResult |
UpdateChimeWebhookConfigurationResult.withWebhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)
Chime webhook configuration.
|
DescribeChimeWebhookConfigurationsResult |
DescribeChimeWebhookConfigurationsResult.withWebhookConfigurations(ChimeWebhookConfiguration... webhookConfigurations)
A list of Chime webhooks associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeChimeWebhookConfigurationsResult.setWebhookConfigurations(Collection<ChimeWebhookConfiguration> webhookConfigurations)
A list of Chime webhooks associated with the account.
|
DescribeChimeWebhookConfigurationsResult |
DescribeChimeWebhookConfigurationsResult.withWebhookConfigurations(Collection<ChimeWebhookConfiguration> webhookConfigurations)
A list of Chime webhooks associated with the account.
|
Copyright © 2024. All rights reserved.