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