| Package | Description |
|---|---|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
TeamsChannelConfiguration |
TeamsChannelConfiguration.clone() |
TeamsChannelConfiguration |
UpdateMicrosoftTeamsChannelConfigurationResult.getChannelConfiguration()
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
TeamsChannelConfiguration |
CreateMicrosoftTeamsChannelConfigurationResult.getChannelConfiguration()
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
TeamsChannelConfiguration |
GetMicrosoftTeamsChannelConfigurationResult.getChannelConfiguration()
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withChannelId(String channelId)
The ID of the Microsoft Teams channel.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withChannelName(String channelName)
The name of the Microsoft Teams channel.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withChatConfigurationArn(String chatConfigurationArn)
The ARN of the MicrosoftTeamsChannelConfiguration.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withConfigurationName(String configurationName)
The name of the configuration.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withGuardrailPolicyArns(Collection<String> guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withGuardrailPolicyArns(String... guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withLoggingLevel(String loggingLevel)
Logging levels include ERROR, INFO, or NONE.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withSnsTopicArns(Collection<String> snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withSnsTopicArns(String... snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withTags(Collection<Tag> tags)
A list of tags applied to the configuration.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withTags(Tag... tags)
A list of tags applied to the configuration.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withTeamId(String teamId)
The ID of the Microsoft Team authorized with AWS Chatbot.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withTeamName(String teamName)
The name of the Microsoft Teams Team.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withTenantId(String tenantId)
The ID of the Microsoft Teams tenant.
|
TeamsChannelConfiguration |
TeamsChannelConfiguration.withUserAuthorizationRequired(Boolean userAuthorizationRequired)
Enables use of a user role requirement in your chat configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<TeamsChannelConfiguration> |
ListMicrosoftTeamsChannelConfigurationsResult.getTeamChannelConfigurations()
A list of AWS Chatbot channel configurations for Microsoft Teams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMicrosoftTeamsChannelConfigurationResult.setChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
void |
CreateMicrosoftTeamsChannelConfigurationResult.setChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
void |
GetMicrosoftTeamsChannelConfigurationResult.setChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
UpdateMicrosoftTeamsChannelConfigurationResult |
UpdateMicrosoftTeamsChannelConfigurationResult.withChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
CreateMicrosoftTeamsChannelConfigurationResult |
CreateMicrosoftTeamsChannelConfigurationResult.withChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
GetMicrosoftTeamsChannelConfigurationResult |
GetMicrosoftTeamsChannelConfigurationResult.withChannelConfiguration(TeamsChannelConfiguration channelConfiguration)
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
|
ListMicrosoftTeamsChannelConfigurationsResult |
ListMicrosoftTeamsChannelConfigurationsResult.withTeamChannelConfigurations(TeamsChannelConfiguration... teamChannelConfigurations)
A list of AWS Chatbot channel configurations for Microsoft Teams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMicrosoftTeamsChannelConfigurationsResult.setTeamChannelConfigurations(Collection<TeamsChannelConfiguration> teamChannelConfigurations)
A list of AWS Chatbot channel configurations for Microsoft Teams.
|
ListMicrosoftTeamsChannelConfigurationsResult |
ListMicrosoftTeamsChannelConfigurationsResult.withTeamChannelConfigurations(Collection<TeamsChannelConfiguration> teamChannelConfigurations)
A list of AWS Chatbot channel configurations for Microsoft Teams.
|
Copyright © 2024. All rights reserved.