Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMembershipForAppInstanceUserSummary
-
Packages that use ChannelMembershipForAppInstanceUserSummary Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMembershipForAppInstanceUserSummary in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelMembershipForAppInstanceUserSummary Modifier and Type Method Description ChannelMembershipForAppInstanceUserSummaryDescribeChannelMembershipForAppInstanceUserResponse. channelMembership()The channel to which a user belongs.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelMembershipForAppInstanceUserSummary Modifier and Type Method Description List<ChannelMembershipForAppInstanceUserSummary>ListChannelMembershipsForAppInstanceUserResponse. channelMemberships()The information for the requested channel memberships.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelMembershipForAppInstanceUserSummary Modifier and Type Method Description DescribeChannelMembershipForAppInstanceUserResponse.BuilderDescribeChannelMembershipForAppInstanceUserResponse.Builder. channelMembership(ChannelMembershipForAppInstanceUserSummary channelMembership)The channel to which a user belongs.ListChannelMembershipsForAppInstanceUserResponse.BuilderListChannelMembershipsForAppInstanceUserResponse.Builder. channelMemberships(ChannelMembershipForAppInstanceUserSummary... channelMemberships)The information for the requested channel memberships.Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type ChannelMembershipForAppInstanceUserSummary Modifier and Type Method Description ListChannelMembershipsForAppInstanceUserResponse.BuilderListChannelMembershipsForAppInstanceUserResponse.Builder. channelMemberships(Collection<ChannelMembershipForAppInstanceUserSummary> channelMemberships)The information for the requested channel memberships.
-