Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelModeratorSummary
-
Packages that use ChannelModeratorSummary Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelModeratorSummary in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelModeratorSummary Modifier and Type Method Description List<ChannelModeratorSummary>ListChannelModeratorsResponse. channelModerators()The information about and names of each moderator.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelModeratorSummary Modifier and Type Method Description ListChannelModeratorsResponse.BuilderListChannelModeratorsResponse.Builder. channelModerators(ChannelModeratorSummary... channelModerators)The information about and names of each moderator.Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type ChannelModeratorSummary Modifier and Type Method Description ListChannelModeratorsResponse.BuilderListChannelModeratorsResponse.Builder. channelModerators(Collection<ChannelModeratorSummary> channelModerators)The information about and names of each moderator.
-