| Package | Description |
|---|---|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTeam |
ConfiguredTeam.clone() |
ConfiguredTeam |
ConfiguredTeam.withTeamId(String teamId)
The ID of the Microsoft Team authorized with AWS Chatbot.
|
ConfiguredTeam |
ConfiguredTeam.withTeamName(String teamName)
The name of the Microsoft Teams Team.
|
ConfiguredTeam |
ConfiguredTeam.withTenantId(String tenantId)
The ID of the Microsoft Teams tenant.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfiguredTeam> |
ListMicrosoftTeamsConfiguredTeamsResult.getConfiguredTeams()
A list of teams in Microsoft Teams that have been configured with AWS Chatbot.
|
| Modifier and Type | Method and Description |
|---|---|
ListMicrosoftTeamsConfiguredTeamsResult |
ListMicrosoftTeamsConfiguredTeamsResult.withConfiguredTeams(ConfiguredTeam... configuredTeams)
A list of teams in Microsoft Teams that have been configured with AWS Chatbot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMicrosoftTeamsConfiguredTeamsResult.setConfiguredTeams(Collection<ConfiguredTeam> configuredTeams)
A list of teams in Microsoft Teams that have been configured with AWS Chatbot.
|
ListMicrosoftTeamsConfiguredTeamsResult |
ListMicrosoftTeamsConfiguredTeamsResult.withConfiguredTeams(Collection<ConfiguredTeam> configuredTeams)
A list of teams in Microsoft Teams that have been configured with AWS Chatbot.
|
Copyright © 2024. All rights reserved.