Uses of Class
software.amazon.awssdk.services.chatbot.model.TeamsUserIdentity
-
Packages that use TeamsUserIdentity Package Description software.amazon.awssdk.services.chatbot.model software.amazon.awssdk.services.chatbot.paginators -
-
Uses of TeamsUserIdentity in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type TeamsUserIdentity Modifier and Type Method Description List<TeamsUserIdentity>ListMicrosoftTeamsUserIdentitiesResponse. teamsUserIdentities()User level permissions associated to a channel configuration.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type TeamsUserIdentity Modifier and Type Method Description ListMicrosoftTeamsUserIdentitiesResponse.BuilderListMicrosoftTeamsUserIdentitiesResponse.Builder. teamsUserIdentities(TeamsUserIdentity... teamsUserIdentities)User level permissions associated to a channel configuration.Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type TeamsUserIdentity Modifier and Type Method Description ListMicrosoftTeamsUserIdentitiesResponse.BuilderListMicrosoftTeamsUserIdentitiesResponse.Builder. teamsUserIdentities(Collection<TeamsUserIdentity> teamsUserIdentities)User level permissions associated to a channel configuration. -
Uses of TeamsUserIdentity in software.amazon.awssdk.services.chatbot.paginators
Methods in software.amazon.awssdk.services.chatbot.paginators that return types with arguments of type TeamsUserIdentity Modifier and Type Method Description SdkIterable<TeamsUserIdentity>ListMicrosoftTeamsUserIdentitiesIterable. teamsUserIdentities()Returns an iterable to iterate through the paginatedListMicrosoftTeamsUserIdentitiesResponse.teamsUserIdentities()member.SdkPublisher<TeamsUserIdentity>ListMicrosoftTeamsUserIdentitiesPublisher. teamsUserIdentities()Returns a publisher that can be used to get a stream of data.
-