Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.Identity
-
Packages that use Identity Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of Identity in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return Identity Modifier and Type Method Description IdentityCreateChannelModeratorResponse. channelModerator()The ARNs of the channel and the moderator.IdentityChannel. createdBy()TheAppInstanceUserwho created the channel.IdentityChannelBan. createdBy()TheAppInstanceUserwho created the ban.IdentityChannelModerator. createdBy()TheAppInstanceUserwho created the moderator.IdentityBatchChannelMemberships. invitedBy()The identifier of the member who invited another member.IdentityChannelMembership. invitedBy()The identifier of the member who invited another member.IdentityChannelBan. member()The member being banned from the channel.IdentityChannelBanSummary. member()The member being banned from a channel.IdentityChannelMembership. member()The data of the channel member.IdentityChannelMembershipSummary. member()A member's summary data.IdentityCreateChannelBanResponse. member()TheChannelArnandBannedIdentityof the member in the ban response.IdentityCreateChannelMembershipResponse. member()The ARN and metadata of the member being added.IdentityGetChannelMembershipPreferencesResponse. member()The details of a user.IdentityPutChannelMembershipPreferencesResponse. member()The details of a user.IdentityChannelModerator. moderator()The moderator's data.IdentityChannelModeratorSummary. moderator()The data for a moderator.IdentityChannelMessage. sender()The message sender.IdentityChannelMessageSummary. sender()The message sender.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type Identity Modifier and Type Method Description List<Identity>BatchChannelMemberships. members()The users successfully added to the request.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type Identity Modifier and Type Method Description CreateChannelModeratorResponse.BuilderCreateChannelModeratorResponse.Builder. channelModerator(Identity channelModerator)The ARNs of the channel and the moderator.Channel.BuilderChannel.Builder. createdBy(Identity createdBy)TheAppInstanceUserwho created the channel.ChannelBan.BuilderChannelBan.Builder. createdBy(Identity createdBy)TheAppInstanceUserwho created the ban.ChannelModerator.BuilderChannelModerator.Builder. createdBy(Identity createdBy)TheAppInstanceUserwho created the moderator.BatchChannelMemberships.BuilderBatchChannelMemberships.Builder. invitedBy(Identity invitedBy)The identifier of the member who invited another member.ChannelMembership.BuilderChannelMembership.Builder. invitedBy(Identity invitedBy)The identifier of the member who invited another member.ChannelBan.BuilderChannelBan.Builder. member(Identity member)The member being banned from the channel.ChannelBanSummary.BuilderChannelBanSummary.Builder. member(Identity member)The member being banned from a channel.ChannelMembership.BuilderChannelMembership.Builder. member(Identity member)The data of the channel member.ChannelMembershipSummary.BuilderChannelMembershipSummary.Builder. member(Identity member)A member's summary data.CreateChannelBanResponse.BuilderCreateChannelBanResponse.Builder. member(Identity member)TheChannelArnandBannedIdentityof the member in the ban response.CreateChannelMembershipResponse.BuilderCreateChannelMembershipResponse.Builder. member(Identity member)The ARN and metadata of the member being added.GetChannelMembershipPreferencesResponse.BuilderGetChannelMembershipPreferencesResponse.Builder. member(Identity member)The details of a user.PutChannelMembershipPreferencesResponse.BuilderPutChannelMembershipPreferencesResponse.Builder. member(Identity member)The details of a user.BatchChannelMemberships.BuilderBatchChannelMemberships.Builder. members(Identity... members)The users successfully added to the request.ChannelModerator.BuilderChannelModerator.Builder. moderator(Identity moderator)The moderator's data.ChannelModeratorSummary.BuilderChannelModeratorSummary.Builder. moderator(Identity moderator)The data for a moderator.ChannelMessage.BuilderChannelMessage.Builder. sender(Identity sender)The message sender.ChannelMessageSummary.BuilderChannelMessageSummary.Builder. sender(Identity sender)The message sender.Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type Identity Modifier and Type Method Description BatchChannelMemberships.BuilderBatchChannelMemberships.Builder. members(Collection<Identity> members)The users successfully added to the request.
-