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