Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelSummary
-
Packages that use ChannelSummary Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelSummary in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelSummary Modifier and Type Method Description ChannelSummaryChannelMembershipForAppInstanceUserSummary. channelSummary()Returns the channel data for anAppInstance.ChannelSummaryChannelModeratedByAppInstanceUserSummary. channelSummary()Summary of the details of aChannel.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelSummary Modifier and Type Method Description List<ChannelSummary>ListChannelsResponse. channels()The information about each channel.List<ChannelSummary>SearchChannelsResponse. channels()A list of the channels in the request.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelSummary Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(ChannelSummary... channels)The information about each channel.SearchChannelsResponse.BuilderSearchChannelsResponse.Builder. channels(ChannelSummary... channels)A list of the channels in the request.ChannelMembershipForAppInstanceUserSummary.BuilderChannelMembershipForAppInstanceUserSummary.Builder. channelSummary(ChannelSummary channelSummary)Returns the channel data for anAppInstance.ChannelModeratedByAppInstanceUserSummary.BuilderChannelModeratedByAppInstanceUserSummary.Builder. channelSummary(ChannelSummary channelSummary)Summary of the details of aChannel.Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type ChannelSummary Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(Collection<ChannelSummary> channels)The information about each channel.SearchChannelsResponse.BuilderSearchChannelsResponse.Builder. channels(Collection<ChannelSummary> channels)A list of the channels in the request.
-