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