Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.ListChannelsAssociatedWithChannelFlowRequest.Builder
-
Packages that use ListChannelsAssociatedWithChannelFlowRequest.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom messaging applications.software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ListChannelsAssociatedWithChannelFlowRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging
-
Uses of ListChannelsAssociatedWithChannelFlowRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ListChannelsAssociatedWithChannelFlowRequest.Builder Modifier and Type Method Description static ListChannelsAssociatedWithChannelFlowRequest.BuilderListChannelsAssociatedWithChannelFlowRequest. builder()ListChannelsAssociatedWithChannelFlowRequest.BuilderListChannelsAssociatedWithChannelFlowRequest.Builder. channelFlowArn(String channelFlowArn)The ARN of the channel flow.ListChannelsAssociatedWithChannelFlowRequest.BuilderListChannelsAssociatedWithChannelFlowRequest.Builder. maxResults(Integer maxResults)The maximum number of channels that you want to return.ListChannelsAssociatedWithChannelFlowRequest.BuilderListChannelsAssociatedWithChannelFlowRequest.Builder. nextToken(String nextToken)The token passed by previous API calls until all requested channels are returned.ListChannelsAssociatedWithChannelFlowRequest.BuilderListChannelsAssociatedWithChannelFlowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsAssociatedWithChannelFlowRequest.BuilderListChannelsAssociatedWithChannelFlowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelsAssociatedWithChannelFlowRequest.BuilderListChannelsAssociatedWithChannelFlowRequest. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ListChannelsAssociatedWithChannelFlowRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelsAssociatedWithChannelFlowRequest.Builder>ListChannelsAssociatedWithChannelFlowRequest. serializableBuilderClass()
-