| Package | Description |
|---|---|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
TeamsUserIdentity |
TeamsUserIdentity.clone() |
TeamsUserIdentity |
TeamsUserIdentity.withAwsUserIdentity(String awsUserIdentity)
The AWS user identity ARN used to associate a Microsoft Teams User Identity with an IAM Role.
|
TeamsUserIdentity |
TeamsUserIdentity.withChatConfigurationArn(String chatConfigurationArn)
The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity.
|
TeamsUserIdentity |
TeamsUserIdentity.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
TeamsUserIdentity |
TeamsUserIdentity.withTeamId(String teamId)
The ID of the Microsoft Team authorized with AWS Chatbot.
|
TeamsUserIdentity |
TeamsUserIdentity.withTeamsChannelId(String teamsChannelId)
The ID of the Microsoft Teams channel.
|
TeamsUserIdentity |
TeamsUserIdentity.withTeamsTenantId(String teamsTenantId)
The ID of the Microsoft Teams tenant.
|
TeamsUserIdentity |
TeamsUserIdentity.withUserId(String userId)
Id from Microsoft Teams for user.
|
| Modifier and Type | Method and Description |
|---|---|
List<TeamsUserIdentity> |
ListMicrosoftTeamsUserIdentitiesResult.getTeamsUserIdentities()
User level permissions associated to a channel configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ListMicrosoftTeamsUserIdentitiesResult |
ListMicrosoftTeamsUserIdentitiesResult.withTeamsUserIdentities(TeamsUserIdentity... teamsUserIdentities)
User level permissions associated to a channel configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMicrosoftTeamsUserIdentitiesResult.setTeamsUserIdentities(Collection<TeamsUserIdentity> teamsUserIdentities)
User level permissions associated to a channel configuration.
|
ListMicrosoftTeamsUserIdentitiesResult |
ListMicrosoftTeamsUserIdentitiesResult.withTeamsUserIdentities(Collection<TeamsUserIdentity> teamsUserIdentities)
User level permissions associated to a channel configuration.
|
Copyright © 2024. All rights reserved.