@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSEntityResolution extends Object implements AWSEntityResolution
AWSEntityResolution. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateIdMappingWorkflowResult |
createIdMappingWorkflow(CreateIdMappingWorkflowRequest request)
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be
run. |
CreateMatchingWorkflowResult |
createMatchingWorkflow(CreateMatchingWorkflowRequest request)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
CreateSchemaMappingResult |
createSchemaMapping(CreateSchemaMappingRequest request)
Creates a schema mapping, which defines the schema of the input customer records table.
|
DeleteIdMappingWorkflowResult |
deleteIdMappingWorkflow(DeleteIdMappingWorkflowRequest request)
Deletes the
IdMappingWorkflow with a given name. |
DeleteMatchingWorkflowResult |
deleteMatchingWorkflow(DeleteMatchingWorkflowRequest request)
Deletes the
MatchingWorkflow with a given name. |
DeleteSchemaMappingResult |
deleteSchemaMapping(DeleteSchemaMappingRequest request)
Deletes the
SchemaMapping with a given name. |
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetIdMappingJobResult |
getIdMappingJob(GetIdMappingJobRequest request)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
GetIdMappingWorkflowResult |
getIdMappingWorkflow(GetIdMappingWorkflowRequest request)
Returns the
IdMappingWorkflow with a given name, if it exists. |
GetMatchIdResult |
getMatchId(GetMatchIdRequest request)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
GetMatchingJobResult |
getMatchingJob(GetMatchingJobRequest request)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
GetMatchingWorkflowResult |
getMatchingWorkflow(GetMatchingWorkflowRequest request)
Returns the
MatchingWorkflow with a given name, if it exists. |
GetSchemaMappingResult |
getSchemaMapping(GetSchemaMappingRequest request)
Returns the SchemaMapping of a given name.
|
ListIdMappingJobsResult |
listIdMappingJobs(ListIdMappingJobsRequest request)
Lists all ID mapping jobs for a given workflow.
|
ListIdMappingWorkflowsResult |
listIdMappingWorkflows(ListIdMappingWorkflowsRequest request)
Returns a list of all the
IdMappingWorkflows that have been created for an Amazon Web Services
account. |
ListMatchingJobsResult |
listMatchingJobs(ListMatchingJobsRequest request)
Lists all jobs for a given workflow.
|
ListMatchingWorkflowsResult |
listMatchingWorkflows(ListMatchingWorkflowsRequest request)
Returns a list of all the
MatchingWorkflows that have been created for an Amazon Web Services
account. |
ListProviderServicesResult |
listProviderServices(ListProviderServicesRequest request)
Returns a list of all the
ProviderServices that are available in this Amazon Web Services Region. |
ListSchemaMappingsResult |
listSchemaMappings(ListSchemaMappingsRequest request)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Displays the tags associated with an Entity Resolution resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartIdMappingJobResult |
startIdMappingJob(StartIdMappingJobRequest request)
Starts the
IdMappingJob of a workflow. |
StartMatchingJobResult |
startMatchingJob(StartMatchingJobRequest request)
Starts the
MatchingJob of a workflow. |
TagResourceResult |
tagResource(TagResourceRequest request)
Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags from the specified Entity Resolution resource.
|
UpdateIdMappingWorkflowResult |
updateIdMappingWorkflow(UpdateIdMappingWorkflowRequest request)
Updates an existing
IdMappingWorkflow. |
UpdateMatchingWorkflowResult |
updateMatchingWorkflow(UpdateMatchingWorkflowRequest request)
Updates an existing
MatchingWorkflow. |
UpdateSchemaMappingResult |
updateSchemaMapping(UpdateSchemaMappingRequest request)
Updates a schema mapping.
|
public CreateIdMappingWorkflowResult createIdMappingWorkflow(CreateIdMappingWorkflowRequest request)
AWSEntityResolution
Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be
run. Each IdMappingWorkflow must have a unique workflow name. To modify an existing workflow, use
the UpdateIdMappingWorkflow API.
createIdMappingWorkflow in interface AWSEntityResolutionpublic CreateMatchingWorkflowResult createMatchingWorkflow(CreateMatchingWorkflowRequest request)
AWSEntityResolution
Creates a MatchingWorkflow object which stores the configuration of the data processing job to be
run. It is important to note that there should not be a pre-existing MatchingWorkflow with the same
name. To modify an existing workflow, utilize the UpdateMatchingWorkflow API.
createMatchingWorkflow in interface AWSEntityResolutionpublic CreateSchemaMappingResult createSchemaMapping(CreateSchemaMappingRequest request)
AWSEntityResolution
Creates a schema mapping, which defines the schema of the input customer records table. The
SchemaMapping also provides Entity Resolution with some metadata about the table, such as the
attribute types of the columns and which columns to match on.
createSchemaMapping in interface AWSEntityResolutionpublic DeleteIdMappingWorkflowResult deleteIdMappingWorkflow(DeleteIdMappingWorkflowRequest request)
AWSEntityResolution
Deletes the IdMappingWorkflow with a given name. This operation will succeed even if a workflow with
the given name does not exist.
deleteIdMappingWorkflow in interface AWSEntityResolutionpublic DeleteMatchingWorkflowResult deleteMatchingWorkflow(DeleteMatchingWorkflowRequest request)
AWSEntityResolution
Deletes the MatchingWorkflow with a given name. This operation will succeed even if a workflow with
the given name does not exist.
deleteMatchingWorkflow in interface AWSEntityResolutionpublic DeleteSchemaMappingResult deleteSchemaMapping(DeleteSchemaMappingRequest request)
AWSEntityResolution
Deletes the SchemaMapping with a given name. This operation will succeed even if a schema with the
given name does not exist. This operation will fail if there is a MatchingWorkflow object that
references the SchemaMapping in the workflow's InputSourceConfig.
deleteSchemaMapping in interface AWSEntityResolutionpublic GetIdMappingJobResult getIdMappingJob(GetIdMappingJobRequest request)
AWSEntityResolutionGets the status, metrics, and errors (if there are any) that are associated with a job.
getIdMappingJob in interface AWSEntityResolutionpublic GetIdMappingWorkflowResult getIdMappingWorkflow(GetIdMappingWorkflowRequest request)
AWSEntityResolution
Returns the IdMappingWorkflow with a given name, if it exists.
getIdMappingWorkflow in interface AWSEntityResolutionpublic GetMatchIdResult getMatchId(GetMatchIdRequest request)
AWSEntityResolutionReturns the corresponding Match ID of a customer record if the record has been processed.
getMatchId in interface AWSEntityResolutionpublic GetMatchingJobResult getMatchingJob(GetMatchingJobRequest request)
AWSEntityResolutionGets the status, metrics, and errors (if there are any) that are associated with a job.
getMatchingJob in interface AWSEntityResolutionpublic GetMatchingWorkflowResult getMatchingWorkflow(GetMatchingWorkflowRequest request)
AWSEntityResolution
Returns the MatchingWorkflow with a given name, if it exists.
getMatchingWorkflow in interface AWSEntityResolutionpublic GetSchemaMappingResult getSchemaMapping(GetSchemaMappingRequest request)
AWSEntityResolutionReturns the SchemaMapping of a given name.
getSchemaMapping in interface AWSEntityResolutionpublic ListIdMappingJobsResult listIdMappingJobs(ListIdMappingJobsRequest request)
AWSEntityResolutionLists all ID mapping jobs for a given workflow.
listIdMappingJobs in interface AWSEntityResolutionpublic ListIdMappingWorkflowsResult listIdMappingWorkflows(ListIdMappingWorkflowsRequest request)
AWSEntityResolution
Returns a list of all the IdMappingWorkflows that have been created for an Amazon Web Services
account.
listIdMappingWorkflows in interface AWSEntityResolutionpublic ListMatchingJobsResult listMatchingJobs(ListMatchingJobsRequest request)
AWSEntityResolutionLists all jobs for a given workflow.
listMatchingJobs in interface AWSEntityResolutionpublic ListMatchingWorkflowsResult listMatchingWorkflows(ListMatchingWorkflowsRequest request)
AWSEntityResolution
Returns a list of all the MatchingWorkflows that have been created for an Amazon Web Services
account.
listMatchingWorkflows in interface AWSEntityResolutionpublic ListProviderServicesResult listProviderServices(ListProviderServicesRequest request)
AWSEntityResolution
Returns a list of all the ProviderServices that are available in this Amazon Web Services Region.
listProviderServices in interface AWSEntityResolutionpublic ListSchemaMappingsResult listSchemaMappings(ListSchemaMappingsRequest request)
AWSEntityResolution
Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account.
listSchemaMappings in interface AWSEntityResolutionpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSEntityResolution
Displays the tags associated with an Entity Resolution resource. In Entity Resolution, SchemaMapping
, and MatchingWorkflow can be tagged.
listTagsForResource in interface AWSEntityResolutionpublic StartIdMappingJobResult startIdMappingJob(StartIdMappingJobRequest request)
AWSEntityResolution
Starts the IdMappingJob of a workflow. The workflow must have previously been created using the
CreateIdMappingWorkflow endpoint.
startIdMappingJob in interface AWSEntityResolutionpublic StartMatchingJobResult startMatchingJob(StartMatchingJobRequest request)
AWSEntityResolution
Starts the MatchingJob of a workflow. The workflow must have previously been created using the
CreateMatchingWorkflow endpoint.
startMatchingJob in interface AWSEntityResolutionpublic TagResourceResult tagResource(TagResourceRequest request)
AWSEntityResolution
Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource. Tags can help you
organize and categorize your resources. You can also use them to scope user permissions by granting a user
permission to access or change only resources with certain tag values. In Entity Resolution,
SchemaMapping and MatchingWorkflow can be tagged. Tags don't have any semantic meaning
to Amazon Web Services and are interpreted strictly as strings of characters. You can use the
TagResource action with a resource that already has tags. If you specify a new tag key, this tag is
appended to the list of tags associated with the resource. If you specify a tag key that is already associated
with the resource, the new tag value that you specify replaces the previous value for that tag.
tagResource in interface AWSEntityResolutionpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSEntityResolution
Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution,
SchemaMapping, and MatchingWorkflow can be tagged.
untagResource in interface AWSEntityResolutionpublic UpdateIdMappingWorkflowResult updateIdMappingWorkflow(UpdateIdMappingWorkflowRequest request)
AWSEntityResolution
Updates an existing IdMappingWorkflow. This method is identical to
CreateIdMappingWorkflow, except it uses an HTTP PUT request instead of a
POST request, and the IdMappingWorkflow must already exist for the method to succeed.
updateIdMappingWorkflow in interface AWSEntityResolutionpublic UpdateMatchingWorkflowResult updateMatchingWorkflow(UpdateMatchingWorkflowRequest request)
AWSEntityResolution
Updates an existing MatchingWorkflow. This method is identical to
CreateMatchingWorkflow, except it uses an HTTP PUT request instead of a
POST request, and the MatchingWorkflow must already exist for the method to succeed.
updateMatchingWorkflow in interface AWSEntityResolutionpublic UpdateSchemaMappingResult updateSchemaMapping(UpdateSchemaMappingRequest request)
AWSEntityResolutionUpdates a schema mapping.
A schema is immutable if it is being used by a workflow. Therefore, you can't update a schema mapping if it's associated with a workflow.
updateSchemaMapping in interface AWSEntityResolutionpublic void shutdown()
AWSEntityResolutionshutdown in interface AWSEntityResolutionpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSEntityResolutionResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSEntityResolutionrequest - The originally executed request.