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