| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default GetIdMappingJobResponse |
EntityResolutionClient.getIdMappingJob(Consumer<GetIdMappingJobRequest.Builder> getIdMappingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
default GetIdMappingJobResponse |
EntityResolutionClient.getIdMappingJob(GetIdMappingJobRequest getIdMappingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
default GetIdMappingWorkflowResponse |
EntityResolutionClient.getIdMappingWorkflow(Consumer<GetIdMappingWorkflowRequest.Builder> getIdMappingWorkflowRequest)
Returns the
IdMappingWorkflow with a given name, if it exists. |
default GetIdMappingWorkflowResponse |
EntityResolutionClient.getIdMappingWorkflow(GetIdMappingWorkflowRequest getIdMappingWorkflowRequest)
Returns the
IdMappingWorkflow with a given name, if it exists. |
default GetMatchIdResponse |
EntityResolutionClient.getMatchId(Consumer<GetMatchIdRequest.Builder> getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
default GetMatchIdResponse |
EntityResolutionClient.getMatchId(GetMatchIdRequest getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
default GetMatchingJobResponse |
EntityResolutionClient.getMatchingJob(Consumer<GetMatchingJobRequest.Builder> getMatchingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
default GetMatchingJobResponse |
EntityResolutionClient.getMatchingJob(GetMatchingJobRequest getMatchingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
default GetMatchingWorkflowResponse |
EntityResolutionClient.getMatchingWorkflow(Consumer<GetMatchingWorkflowRequest.Builder> getMatchingWorkflowRequest)
Returns the
MatchingWorkflow with a given name, if it exists. |
default GetMatchingWorkflowResponse |
EntityResolutionClient.getMatchingWorkflow(GetMatchingWorkflowRequest getMatchingWorkflowRequest)
Returns the
MatchingWorkflow with a given name, if it exists. |
default GetProviderServiceResponse |
EntityResolutionClient.getProviderService(Consumer<GetProviderServiceRequest.Builder> getProviderServiceRequest)
Returns the
ProviderService of a given name. |
default GetProviderServiceResponse |
EntityResolutionClient.getProviderService(GetProviderServiceRequest getProviderServiceRequest)
Returns the
ProviderService of a given name. |
default GetSchemaMappingResponse |
EntityResolutionClient.getSchemaMapping(Consumer<GetSchemaMappingRequest.Builder> getSchemaMappingRequest)
Returns the SchemaMapping of a given name.
|
default GetSchemaMappingResponse |
EntityResolutionClient.getSchemaMapping(GetSchemaMappingRequest getSchemaMappingRequest)
Returns the SchemaMapping of a given name.
|
default ListIdMappingJobsResponse |
EntityResolutionClient.listIdMappingJobs(Consumer<ListIdMappingJobsRequest.Builder> listIdMappingJobsRequest)
Lists all ID mapping jobs for a given workflow.
|
default ListIdMappingJobsResponse |
EntityResolutionClient.listIdMappingJobs(ListIdMappingJobsRequest listIdMappingJobsRequest)
Lists all ID mapping jobs for a given workflow.
|
default ListIdMappingJobsIterable |
EntityResolutionClient.listIdMappingJobsPaginator(Consumer<ListIdMappingJobsRequest.Builder> listIdMappingJobsRequest)
Lists all ID mapping jobs for a given workflow.
|
default ListIdMappingJobsIterable |
EntityResolutionClient.listIdMappingJobsPaginator(ListIdMappingJobsRequest listIdMappingJobsRequest)
Lists all ID mapping jobs for a given workflow.
|
default ListMatchingJobsResponse |
EntityResolutionClient.listMatchingJobs(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
default ListMatchingJobsResponse |
EntityResolutionClient.listMatchingJobs(ListMatchingJobsRequest listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
default ListMatchingJobsIterable |
EntityResolutionClient.listMatchingJobsPaginator(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
default ListMatchingJobsIterable |
EntityResolutionClient.listMatchingJobsPaginator(ListMatchingJobsRequest listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
default ListTagsForResourceResponse |
EntityResolutionClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Displays the tags associated with an Entity Resolution resource.
|
default ListTagsForResourceResponse |
EntityResolutionClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with an Entity Resolution resource.
|
default StartIdMappingJobResponse |
EntityResolutionClient.startIdMappingJob(Consumer<StartIdMappingJobRequest.Builder> startIdMappingJobRequest)
Starts the
IdMappingJob of a workflow. |
default StartIdMappingJobResponse |
EntityResolutionClient.startIdMappingJob(StartIdMappingJobRequest startIdMappingJobRequest)
Starts the
IdMappingJob of a workflow. |
default StartMatchingJobResponse |
EntityResolutionClient.startMatchingJob(Consumer<StartMatchingJobRequest.Builder> startMatchingJobRequest)
Starts the
MatchingJob of a workflow. |
default StartMatchingJobResponse |
EntityResolutionClient.startMatchingJob(StartMatchingJobRequest startMatchingJobRequest)
Starts the
MatchingJob of a workflow. |
default TagResourceResponse |
EntityResolutionClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.
|
default TagResourceResponse |
EntityResolutionClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.
|
default UntagResourceResponse |
EntityResolutionClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified Entity Resolution resource.
|
default UntagResourceResponse |
EntityResolutionClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified Entity Resolution resource.
|
default UpdateIdMappingWorkflowResponse |
EntityResolutionClient.updateIdMappingWorkflow(Consumer<UpdateIdMappingWorkflowRequest.Builder> updateIdMappingWorkflowRequest)
Updates an existing
IdMappingWorkflow. |
default UpdateIdMappingWorkflowResponse |
EntityResolutionClient.updateIdMappingWorkflow(UpdateIdMappingWorkflowRequest updateIdMappingWorkflowRequest)
Updates an existing
IdMappingWorkflow. |
default UpdateMatchingWorkflowResponse |
EntityResolutionClient.updateMatchingWorkflow(Consumer<UpdateMatchingWorkflowRequest.Builder> updateMatchingWorkflowRequest)
Updates an existing
MatchingWorkflow. |
default UpdateMatchingWorkflowResponse |
EntityResolutionClient.updateMatchingWorkflow(UpdateMatchingWorkflowRequest updateMatchingWorkflowRequest)
Updates an existing
MatchingWorkflow. |
default UpdateSchemaMappingResponse |
EntityResolutionClient.updateSchemaMapping(Consumer<UpdateSchemaMappingRequest.Builder> updateSchemaMappingRequest)
Updates a schema mapping.
|
default UpdateSchemaMappingResponse |
EntityResolutionClient.updateSchemaMapping(UpdateSchemaMappingRequest updateSchemaMappingRequest)
Updates a schema mapping.
|
Copyright © 2023. All rights reserved.