Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.ListChannelFlowsResponse.Builder
-
Packages that use ListChannelFlowsResponse.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ListChannelFlowsResponse.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ListChannelFlowsResponse.Builder Modifier and Type Method Description static ListChannelFlowsResponse.BuilderListChannelFlowsResponse. builder()ListChannelFlowsResponse.BuilderListChannelFlowsResponse.Builder. channelFlows(Collection<ChannelFlowSummary> channelFlows)The information about each channel flow.ListChannelFlowsResponse.BuilderListChannelFlowsResponse.Builder. channelFlows(Consumer<ChannelFlowSummary.Builder>... channelFlows)The information about each channel flow.ListChannelFlowsResponse.BuilderListChannelFlowsResponse.Builder. channelFlows(ChannelFlowSummary... channelFlows)The information about each channel flow.ListChannelFlowsResponse.BuilderListChannelFlowsResponse.Builder. nextToken(String nextToken)The token passed by previous API calls until all requested channels are returned.ListChannelFlowsResponse.BuilderListChannelFlowsResponse. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ListChannelFlowsResponse.Builder Modifier and Type Method Description static Class<? extends ListChannelFlowsResponse.Builder>ListChannelFlowsResponse. serializableBuilderClass()
-