Uses of Class
software.amazon.awssdk.services.entityresolution.model.CreateIdMappingWorkflowResponse
-
Packages that use CreateIdMappingWorkflowResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of CreateIdMappingWorkflowResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return CreateIdMappingWorkflowResponse Modifier and Type Method Description default CreateIdMappingWorkflowResponseEntityResolutionClient. createIdMappingWorkflow(Consumer<CreateIdMappingWorkflowRequest.Builder> createIdMappingWorkflowRequest)Creates anIdMappingWorkflowobject which stores the configuration of the data processing job to be run.default CreateIdMappingWorkflowResponseEntityResolutionClient. createIdMappingWorkflow(CreateIdMappingWorkflowRequest createIdMappingWorkflowRequest)Creates anIdMappingWorkflowobject which stores the configuration of the data processing job to be run.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type CreateIdMappingWorkflowResponse Modifier and Type Method Description default CompletableFuture<CreateIdMappingWorkflowResponse>EntityResolutionAsyncClient. createIdMappingWorkflow(Consumer<CreateIdMappingWorkflowRequest.Builder> createIdMappingWorkflowRequest)Creates anIdMappingWorkflowobject which stores the configuration of the data processing job to be run.default CompletableFuture<CreateIdMappingWorkflowResponse>EntityResolutionAsyncClient. createIdMappingWorkflow(CreateIdMappingWorkflowRequest createIdMappingWorkflowRequest)Creates anIdMappingWorkflowobject which stores the configuration of the data processing job to be run.
-