Uses of Class
software.amazon.awssdk.services.connect.model.BatchGetFlowAssociationRequest
-
Packages that use BatchGetFlowAssociationRequest Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.transform -
-
Uses of BatchGetFlowAssociationRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type BatchGetFlowAssociationRequest Modifier and Type Method Description default CompletableFuture<BatchGetFlowAssociationResponse>ConnectAsyncClient. batchGetFlowAssociation(BatchGetFlowAssociationRequest batchGetFlowAssociationRequest)Retrieve the flow associations for the given resources.default BatchGetFlowAssociationResponseConnectClient. batchGetFlowAssociation(BatchGetFlowAssociationRequest batchGetFlowAssociationRequest)Retrieve the flow associations for the given resources. -
Uses of BatchGetFlowAssociationRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type BatchGetFlowAssociationRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetFlowAssociationRequestMarshaller. marshall(BatchGetFlowAssociationRequest batchGetFlowAssociationRequest)
-