Uses of Class
software.amazon.awssdk.services.connect.model.BatchGetFlowAssociationResponse
-
Packages that use BatchGetFlowAssociationResponse 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. -
-
Uses of BatchGetFlowAssociationResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return BatchGetFlowAssociationResponse Modifier and Type Method Description default BatchGetFlowAssociationResponseConnectClient. batchGetFlowAssociation(Consumer<BatchGetFlowAssociationRequest.Builder> batchGetFlowAssociationRequest)Retrieve the flow associations for the given resources.default BatchGetFlowAssociationResponseConnectClient. batchGetFlowAssociation(BatchGetFlowAssociationRequest batchGetFlowAssociationRequest)Retrieve the flow associations for the given resources.Methods in software.amazon.awssdk.services.connect that return types with arguments of type BatchGetFlowAssociationResponse Modifier and Type Method Description default CompletableFuture<BatchGetFlowAssociationResponse>ConnectAsyncClient. batchGetFlowAssociation(Consumer<BatchGetFlowAssociationRequest.Builder> batchGetFlowAssociationRequest)Retrieve the flow associations for the given resources.default CompletableFuture<BatchGetFlowAssociationResponse>ConnectAsyncClient. batchGetFlowAssociation(BatchGetFlowAssociationRequest batchGetFlowAssociationRequest)Retrieve the flow associations for the given resources.
-