Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMembershipSummary
-
Packages that use ChannelMembershipSummary Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMembershipSummary in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelMembershipSummary Modifier and Type Method Description List<ChannelMembershipSummary>ListChannelMembershipsResponse. channelMemberships()The information for the requested channel memberships.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelMembershipSummary Modifier and Type Method Description ListChannelMembershipsResponse.BuilderListChannelMembershipsResponse.Builder. channelMemberships(ChannelMembershipSummary... channelMemberships)The information for the requested channel memberships.Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type ChannelMembershipSummary Modifier and Type Method Description ListChannelMembershipsResponse.BuilderListChannelMembershipsResponse.Builder. channelMemberships(Collection<ChannelMembershipSummary> channelMemberships)The information for the requested channel memberships.
-