| Package | Description |
|---|---|
| com.amazonaws.services.chatbot |
AWS Chatbot API
|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSlackChannelConfigurationResult> |
AbstractAWSChatbotAsync.updateSlackChannelConfigurationAsync(UpdateSlackChannelConfigurationRequest request,
AsyncHandler<UpdateSlackChannelConfigurationRequest,UpdateSlackChannelConfigurationResult> asyncHandler) |
Future<UpdateSlackChannelConfigurationResult> |
AWSChatbotAsync.updateSlackChannelConfigurationAsync(UpdateSlackChannelConfigurationRequest updateSlackChannelConfigurationRequest,
AsyncHandler<UpdateSlackChannelConfigurationRequest,UpdateSlackChannelConfigurationResult> asyncHandler)
Updates Slack Channel Configuration
|
Future<UpdateSlackChannelConfigurationResult> |
AWSChatbotAsyncClient.updateSlackChannelConfigurationAsync(UpdateSlackChannelConfigurationRequest request,
AsyncHandler<UpdateSlackChannelConfigurationRequest,UpdateSlackChannelConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.clone() |
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withChatConfigurationArn(String chatConfigurationArn)
The ARN of the SlackChannelConfiguration to update.
|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withGuardrailPolicyArns(Collection<String> guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withGuardrailPolicyArns(String... guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withLoggingLevel(String loggingLevel)
Logging levels include ERROR, INFO, or NONE.
|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withSlackChannelId(String slackChannelId)
The ID of the Slack channel.
|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withSlackChannelName(String slackChannelName)
The name of the Slack Channel.
|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withSnsTopicArns(Collection<String> snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withSnsTopicArns(String... snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateSlackChannelConfigurationRequest |
UpdateSlackChannelConfigurationRequest.withUserAuthorizationRequired(Boolean userAuthorizationRequired)
Enables use of a user role requirement in your chat configuration.
|
Copyright © 2024. All rights reserved.