@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSEntityResolutionClient extends AmazonWebServiceClient implements AWSEntityResolution
Welcome to the Entity Resolution API Reference.
Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities that enable developers and analysts at advertising and marketing companies to build an accurate and complete view of their consumers.
With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address, and phone number. This is true even when these records have incomplete or conflicting identifiers. For example, Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information.
To learn more about Entity Resolution concepts, procedures, and best practices, see the Entity Resolution User Guide.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
AddPolicyStatementResult |
addPolicyStatement(AddPolicyStatementRequest request)
Adds a policy statement object.
|
BatchDeleteUniqueIdResult |
batchDeleteUniqueId(BatchDeleteUniqueIdRequest request)
Deletes multiple unique IDs in a matching workflow.
|
static AWSEntityResolutionClientBuilder |
builder() |
CreateIdMappingWorkflowResult |
createIdMappingWorkflow(CreateIdMappingWorkflowRequest request)
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be
run. |
CreateIdNamespaceResult |
createIdNamespace(CreateIdNamespaceRequest request)
Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use
it.
|
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. |
DeleteIdNamespaceResult |
deleteIdNamespace(DeleteIdNamespaceRequest request)
Deletes the
IdNamespace with a given name. |
DeleteMatchingWorkflowResult |
deleteMatchingWorkflow(DeleteMatchingWorkflowRequest request)
Deletes the
MatchingWorkflow with a given name. |
DeletePolicyStatementResult |
deletePolicyStatement(DeletePolicyStatementRequest request)
Deletes the policy statement.
|
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. |
GetIdNamespaceResult |
getIdNamespace(GetIdNamespaceRequest request)
Returns the
IdNamespace 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. |
GetPolicyResult |
getPolicy(GetPolicyRequest request)
Returns the resource-based policy.
|
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. |
ListIdNamespacesResult |
listIdNamespaces(ListIdNamespacesRequest request)
Returns a list of all ID namespaces.
|
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.
|
PutPolicyResult |
putPolicy(PutPolicyRequest request)
Updates the resource-based policy.
|
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. |
UpdateIdNamespaceResult |
updateIdNamespace(UpdateIdNamespaceRequest request)
Updates an existing ID namespace.
|
UpdateMatchingWorkflowResult |
updateMatchingWorkflow(UpdateMatchingWorkflowRequest request)
Updates an existing
MatchingWorkflow. |
UpdateSchemaMappingResult |
updateSchemaMapping(UpdateSchemaMappingRequest request)
Updates a schema mapping.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetpublic static AWSEntityResolutionClientBuilder builder()
public AddPolicyStatementResult addPolicyStatement(AddPolicyStatementRequest request)
Adds a policy statement object. To retrieve a list of existing policy statements, use the GetPolicy
API.
addPolicyStatement in interface AWSEntityResolutionaddPolicyStatementRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public BatchDeleteUniqueIdResult batchDeleteUniqueId(BatchDeleteUniqueIdRequest request)
Deletes multiple unique IDs in a matching workflow.
batchDeleteUniqueId in interface AWSEntityResolutionbatchDeleteUniqueIdRequest - InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public CreateIdMappingWorkflowResult createIdMappingWorkflow(CreateIdMappingWorkflowRequest request)
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 AWSEntityResolutioncreateIdMappingWorkflowRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ExceedsLimitException - The request was rejected because it attempted to create resources beyond the current Entity Resolution
account limits. The error message describes the limit exceeded.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public CreateIdNamespaceResult createIdNamespace(CreateIdNamespaceRequest request)
Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use
it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the
UpdateIdNamespace API.
createIdNamespace in interface AWSEntityResolutioncreateIdNamespaceRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ExceedsLimitException - The request was rejected because it attempted to create resources beyond the current Entity Resolution
account limits. The error message describes the limit exceeded.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public CreateMatchingWorkflowResult createMatchingWorkflow(CreateMatchingWorkflowRequest request)
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 AWSEntityResolutioncreateMatchingWorkflowRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ExceedsLimitException - The request was rejected because it attempted to create resources beyond the current Entity Resolution
account limits. The error message describes the limit exceeded.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public CreateSchemaMappingResult createSchemaMapping(CreateSchemaMappingRequest request)
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 AWSEntityResolutioncreateSchemaMappingRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ExceedsLimitException - The request was rejected because it attempted to create resources beyond the current Entity Resolution
account limits. The error message describes the limit exceeded.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public DeleteIdMappingWorkflowResult deleteIdMappingWorkflow(DeleteIdMappingWorkflowRequest request)
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 AWSEntityResolutiondeleteIdMappingWorkflowRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public DeleteIdNamespaceResult deleteIdNamespace(DeleteIdNamespaceRequest request)
Deletes the IdNamespace with a given name.
deleteIdNamespace in interface AWSEntityResolutiondeleteIdNamespaceRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public DeleteMatchingWorkflowResult deleteMatchingWorkflow(DeleteMatchingWorkflowRequest request)
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 AWSEntityResolutiondeleteMatchingWorkflowRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public DeletePolicyStatementResult deletePolicyStatement(DeletePolicyStatementRequest request)
Deletes the policy statement.
deletePolicyStatement in interface AWSEntityResolutiondeletePolicyStatementRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public DeleteSchemaMappingResult deleteSchemaMapping(DeleteSchemaMappingRequest request)
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 AWSEntityResolutiondeleteSchemaMappingRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public GetIdMappingJobResult getIdMappingJob(GetIdMappingJobRequest request)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
getIdMappingJob in interface AWSEntityResolutiongetIdMappingJobRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public GetIdMappingWorkflowResult getIdMappingWorkflow(GetIdMappingWorkflowRequest request)
Returns the IdMappingWorkflow with a given name, if it exists.
getIdMappingWorkflow in interface AWSEntityResolutiongetIdMappingWorkflowRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public GetIdNamespaceResult getIdNamespace(GetIdNamespaceRequest request)
Returns the IdNamespace with a given name, if it exists.
getIdNamespace in interface AWSEntityResolutiongetIdNamespaceRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public GetMatchIdResult getMatchId(GetMatchIdRequest request)
Returns the corresponding Match ID of a customer record if the record has been processed.
getMatchId in interface AWSEntityResolutiongetMatchIdRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public GetMatchingJobResult getMatchingJob(GetMatchingJobRequest request)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
getMatchingJob in interface AWSEntityResolutiongetMatchingJobRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public GetMatchingWorkflowResult getMatchingWorkflow(GetMatchingWorkflowRequest request)
Returns the MatchingWorkflow with a given name, if it exists.
getMatchingWorkflow in interface AWSEntityResolutiongetMatchingWorkflowRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public GetPolicyResult getPolicy(GetPolicyRequest request)
Returns the resource-based policy.
getPolicy in interface AWSEntityResolutiongetPolicyRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public GetSchemaMappingResult getSchemaMapping(GetSchemaMappingRequest request)
Returns the SchemaMapping of a given name.
getSchemaMapping in interface AWSEntityResolutiongetSchemaMappingRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public ListIdMappingJobsResult listIdMappingJobs(ListIdMappingJobsRequest request)
Lists all ID mapping jobs for a given workflow.
listIdMappingJobs in interface AWSEntityResolutionlistIdMappingJobsRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public ListIdMappingWorkflowsResult listIdMappingWorkflows(ListIdMappingWorkflowsRequest request)
Returns a list of all the IdMappingWorkflows that have been created for an Amazon Web Services
account.
listIdMappingWorkflows in interface AWSEntityResolutionlistIdMappingWorkflowsRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public ListIdNamespacesResult listIdNamespaces(ListIdNamespacesRequest request)
Returns a list of all ID namespaces.
listIdNamespaces in interface AWSEntityResolutionlistIdNamespacesRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public ListMatchingJobsResult listMatchingJobs(ListMatchingJobsRequest request)
Lists all jobs for a given workflow.
listMatchingJobs in interface AWSEntityResolutionlistMatchingJobsRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public ListMatchingWorkflowsResult listMatchingWorkflows(ListMatchingWorkflowsRequest request)
Returns a list of all the MatchingWorkflows that have been created for an Amazon Web Services
account.
listMatchingWorkflows in interface AWSEntityResolutionlistMatchingWorkflowsRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public ListProviderServicesResult listProviderServices(ListProviderServicesRequest request)
Returns a list of all the ProviderServices that are available in this Amazon Web Services Region.
listProviderServices in interface AWSEntityResolutionlistProviderServicesRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public ListSchemaMappingsResult listSchemaMappings(ListSchemaMappingsRequest request)
Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account.
listSchemaMappings in interface AWSEntityResolutionlistSchemaMappingsRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Displays the tags associated with an Entity Resolution resource. In Entity Resolution, SchemaMapping
, and MatchingWorkflow can be tagged.
listTagsForResource in interface AWSEntityResolutionlistTagsForResourceRequest - InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public PutPolicyResult putPolicy(PutPolicyRequest request)
Updates the resource-based policy.
putPolicy in interface AWSEntityResolutionputPolicyRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public StartIdMappingJobResult startIdMappingJob(StartIdMappingJobRequest request)
Starts the IdMappingJob of a workflow. The workflow must have previously been created using the
CreateIdMappingWorkflow endpoint.
startIdMappingJob in interface AWSEntityResolutionstartIdMappingJobRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ExceedsLimitException - The request was rejected because it attempted to create resources beyond the current Entity Resolution
account limits. The error message describes the limit exceeded.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public StartMatchingJobResult startMatchingJob(StartMatchingJobRequest request)
Starts the MatchingJob of a workflow. The workflow must have previously been created using the
CreateMatchingWorkflow endpoint.
startMatchingJob in interface AWSEntityResolutionstartMatchingJobRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ExceedsLimitException - The request was rejected because it attempted to create resources beyond the current Entity Resolution
account limits. The error message describes the limit exceeded.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public TagResourceResult tagResource(TagResourceRequest request)
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 AWSEntityResolutiontagResourceRequest - InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution,
SchemaMapping, and MatchingWorkflow can be tagged.
untagResource in interface AWSEntityResolutionuntagResourceRequest - InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.public UpdateIdMappingWorkflowResult updateIdMappingWorkflow(UpdateIdMappingWorkflowRequest request)
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 AWSEntityResolutionupdateIdMappingWorkflowRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public UpdateIdNamespaceResult updateIdNamespace(UpdateIdNamespaceRequest request)
Updates an existing ID namespace.
updateIdNamespace in interface AWSEntityResolutionupdateIdNamespaceRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public UpdateMatchingWorkflowResult updateMatchingWorkflow(UpdateMatchingWorkflowRequest request)
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 AWSEntityResolutionupdateMatchingWorkflowRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public UpdateSchemaMappingResult updateSchemaMapping(UpdateSchemaMappingRequest request)
Updates 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 AWSEntityResolutionupdateSchemaMappingRequest - ThrottlingException - The request was denied due to request throttling.InternalServerException - This exception occurs when there is an internal failure in the Entity Resolution service.ResourceNotFoundException - The resource could not be found.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request could not be processed because of conflict in the current state of the resource. Example:
Workflow already exists, Schema already exists, Workflow is currently running, etc.ValidationException - The input fails to satisfy the constraints specified by Entity Resolution.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response 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 the request.
getCachedResponseMetadata in interface AWSEntityResolutionrequest - The originally executed requestpublic void shutdown()
AmazonWebServiceClientshutdown in interface AWSEntityResolutionshutdown in class AmazonWebServiceClient