Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.ListChannelFlowsRequest.Builder
-
Packages that use ListChannelFlowsRequest.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 ListChannelFlowsRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging
Method parameters in software.amazon.awssdk.services.chimesdkmessaging with type arguments of type ListChannelFlowsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListChannelFlowsResponse>ChimeSdkMessagingAsyncClient. listChannelFlows(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)Returns a paginated lists of all the channel flows created under a single Chime.default ListChannelFlowsResponseChimeSdkMessagingClient. listChannelFlows(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)Returns a paginated lists of all the channel flows created under a single Chime.default ListChannelFlowsPublisherChimeSdkMessagingAsyncClient. listChannelFlowsPaginator(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)Returns a paginated lists of all the channel flows created under a single Chime.default ListChannelFlowsIterableChimeSdkMessagingClient. listChannelFlowsPaginator(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)Returns a paginated lists of all the channel flows created under a single Chime. -
Uses of ListChannelFlowsRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ListChannelFlowsRequest.Builder Modifier and Type Method Description ListChannelFlowsRequest.BuilderListChannelFlowsRequest.Builder. appInstanceArn(String appInstanceArn)The ARN of the app instance.static ListChannelFlowsRequest.BuilderListChannelFlowsRequest. builder()ListChannelFlowsRequest.BuilderListChannelFlowsRequest.Builder. maxResults(Integer maxResults)The maximum number of channel flows that you want to return.ListChannelFlowsRequest.BuilderListChannelFlowsRequest.Builder. nextToken(String nextToken)The token passed by previous API calls until all requested channel flows are returned.ListChannelFlowsRequest.BuilderListChannelFlowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelFlowsRequest.BuilderListChannelFlowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelFlowsRequest.BuilderListChannelFlowsRequest. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ListChannelFlowsRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelFlowsRequest.Builder>ListChannelFlowsRequest. serializableBuilderClass()
-