Uses of Interface
software.amazon.awssdk.services.connect.model.ListFlowAssociationsRequest.Builder
-
Packages that use ListFlowAssociationsRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of ListFlowAssociationsRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type ListFlowAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFlowAssociationsResponse>ConnectAsyncClient. listFlowAssociations(Consumer<ListFlowAssociationsRequest.Builder> listFlowAssociationsRequest)List the flow association based on the filters.default ListFlowAssociationsResponseConnectClient. listFlowAssociations(Consumer<ListFlowAssociationsRequest.Builder> listFlowAssociationsRequest)List the flow association based on the filters.default ListFlowAssociationsPublisherConnectAsyncClient. listFlowAssociationsPaginator(Consumer<ListFlowAssociationsRequest.Builder> listFlowAssociationsRequest)List the flow association based on the filters.default ListFlowAssociationsIterableConnectClient. listFlowAssociationsPaginator(Consumer<ListFlowAssociationsRequest.Builder> listFlowAssociationsRequest)List the flow association based on the filters. -
Uses of ListFlowAssociationsRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ListFlowAssociationsRequest.Builder Modifier and Type Method Description static ListFlowAssociationsRequest.BuilderListFlowAssociationsRequest. builder()ListFlowAssociationsRequest.BuilderListFlowAssociationsRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.ListFlowAssociationsRequest.BuilderListFlowAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.ListFlowAssociationsRequest.BuilderListFlowAssociationsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListFlowAssociationsRequest.BuilderListFlowAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFlowAssociationsRequest.BuilderListFlowAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFlowAssociationsRequest.BuilderListFlowAssociationsRequest.Builder. resourceType(String resourceType)A valid resource type.ListFlowAssociationsRequest.BuilderListFlowAssociationsRequest.Builder. resourceType(ListFlowAssociationResourceType resourceType)A valid resource type.ListFlowAssociationsRequest.BuilderListFlowAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ListFlowAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListFlowAssociationsRequest.Builder>ListFlowAssociationsRequest. serializableBuilderClass()
-