Uses of Class
software.amazon.awssdk.services.entityresolution.model.GetMatchingWorkflowResponse
-
Packages that use GetMatchingWorkflowResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of GetMatchingWorkflowResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return GetMatchingWorkflowResponse Modifier and Type Method Description default GetMatchingWorkflowResponseEntityResolutionClient. getMatchingWorkflow(Consumer<GetMatchingWorkflowRequest.Builder> getMatchingWorkflowRequest)Returns theMatchingWorkflowwith a given name, if it exists.default GetMatchingWorkflowResponseEntityResolutionClient. getMatchingWorkflow(GetMatchingWorkflowRequest getMatchingWorkflowRequest)Returns theMatchingWorkflowwith a given name, if it exists.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type GetMatchingWorkflowResponse Modifier and Type Method Description default CompletableFuture<GetMatchingWorkflowResponse>EntityResolutionAsyncClient. getMatchingWorkflow(Consumer<GetMatchingWorkflowRequest.Builder> getMatchingWorkflowRequest)Returns theMatchingWorkflowwith a given name, if it exists.default CompletableFuture<GetMatchingWorkflowResponse>EntityResolutionAsyncClient. getMatchingWorkflow(GetMatchingWorkflowRequest getMatchingWorkflowRequest)Returns theMatchingWorkflowwith a given name, if it exists.
-