| Package | Description |
|---|---|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
SlackChannelConfiguration |
SlackChannelConfiguration.clone() |
SlackChannelConfiguration |
UpdateSlackChannelConfigurationResult.getChannelConfiguration()
The configuration for a Slack channel configured with AWS Chatbot.
|
SlackChannelConfiguration |
CreateSlackChannelConfigurationResult.getChannelConfiguration()
The configuration for a Slack channel configured with AWS Chatbot.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withChatConfigurationArn(String chatConfigurationArn)
The ARN of the SlackChannelConfiguration.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withConfigurationName(String configurationName)
The name of the configuration.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withGuardrailPolicyArns(Collection<String> guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withGuardrailPolicyArns(String... guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withLoggingLevel(String loggingLevel)
Logging levels include ERROR, INFO, or NONE.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withSlackChannelId(String slackChannelId)
The ID of the Slack channel.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withSlackChannelName(String slackChannelName)
The name of the Slack Channel.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withSlackTeamId(String slackTeamId)
The ID of the Slack workspace authorized with AWS Chatbot.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withSlackTeamName(String slackTeamName)
Name of the Slack Workspace.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withSnsTopicArns(Collection<String> snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withSnsTopicArns(String... snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withUserAuthorizationRequired(Boolean userAuthorizationRequired)
Enables use of a user role requirement in your chat configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlackChannelConfiguration> |
DescribeSlackChannelConfigurationsResult.getSlackChannelConfigurations()
A list of Slack channel configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSlackChannelConfigurationResult.setChannelConfiguration(SlackChannelConfiguration channelConfiguration)
The configuration for a Slack channel configured with AWS Chatbot.
|
void |
CreateSlackChannelConfigurationResult.setChannelConfiguration(SlackChannelConfiguration channelConfiguration)
The configuration for a Slack channel configured with AWS Chatbot.
|
UpdateSlackChannelConfigurationResult |
UpdateSlackChannelConfigurationResult.withChannelConfiguration(SlackChannelConfiguration channelConfiguration)
The configuration for a Slack channel configured with AWS Chatbot.
|
CreateSlackChannelConfigurationResult |
CreateSlackChannelConfigurationResult.withChannelConfiguration(SlackChannelConfiguration channelConfiguration)
The configuration for a Slack channel configured with AWS Chatbot.
|
DescribeSlackChannelConfigurationsResult |
DescribeSlackChannelConfigurationsResult.withSlackChannelConfigurations(SlackChannelConfiguration... slackChannelConfigurations)
A list of Slack channel configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSlackChannelConfigurationsResult.setSlackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)
A list of Slack channel configurations.
|
DescribeSlackChannelConfigurationsResult |
DescribeSlackChannelConfigurationsResult.withSlackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)
A list of Slack channel configurations.
|
Copyright © 2024. All rights reserved.