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