Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.SubChannelSummary
-
Packages that use SubChannelSummary Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of SubChannelSummary in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type SubChannelSummary Modifier and Type Method Description List<SubChannelSummary>ListSubChannelsResponse. subChannels()The information about each sub-channel.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type SubChannelSummary Modifier and Type Method Description ListSubChannelsResponse.BuilderListSubChannelsResponse.Builder. subChannels(SubChannelSummary... subChannels)The information about each sub-channel.Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type SubChannelSummary Modifier and Type Method Description ListSubChannelsResponse.BuilderListSubChannelsResponse.Builder. subChannels(Collection<SubChannelSummary> subChannels)The information about each sub-channel.
-