@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSEntityResolutionAsync extends AWSEntityResolution
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSEntityResolutionAsync
instead.
Welcome to the AWS Entity Resolution API Reference.
AWS Entity Resolution is an AWS 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 AWS Entity Resolution, you have the ability to match source records containing consumer identifiers, such as name, email address, and phone number. This holds true even when these records have incomplete or conflicting identifiers. For example, AWS Entity Resolution can effectively match a source record from a customer relationship management (CRM) system, which includes account information like first name, last name, postal address, phone number, and email address, with a source record from a marketing system containing campaign information, such as username and email address.
To learn more about AWS Entity Resolution concepts, procedures, and best practices, see the AWS Entity Resolution User Guide.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateMatchingWorkflowResult> |
createMatchingWorkflowAsync(CreateMatchingWorkflowRequest createMatchingWorkflowRequest)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
Future<CreateMatchingWorkflowResult> |
createMatchingWorkflowAsync(CreateMatchingWorkflowRequest createMatchingWorkflowRequest,
AsyncHandler<CreateMatchingWorkflowRequest,CreateMatchingWorkflowResult> asyncHandler)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
Future<CreateSchemaMappingResult> |
createSchemaMappingAsync(CreateSchemaMappingRequest createSchemaMappingRequest)
Creates a schema mapping, which defines the schema of the input customer records table.
|
Future<CreateSchemaMappingResult> |
createSchemaMappingAsync(CreateSchemaMappingRequest createSchemaMappingRequest,
AsyncHandler<CreateSchemaMappingRequest,CreateSchemaMappingResult> asyncHandler)
Creates a schema mapping, which defines the schema of the input customer records table.
|
Future<DeleteMatchingWorkflowResult> |
deleteMatchingWorkflowAsync(DeleteMatchingWorkflowRequest deleteMatchingWorkflowRequest)
Deletes the
MatchingWorkflow with a given name. |
Future<DeleteMatchingWorkflowResult> |
deleteMatchingWorkflowAsync(DeleteMatchingWorkflowRequest deleteMatchingWorkflowRequest,
AsyncHandler<DeleteMatchingWorkflowRequest,DeleteMatchingWorkflowResult> asyncHandler)
Deletes the
MatchingWorkflow with a given name. |
Future<DeleteSchemaMappingResult> |
deleteSchemaMappingAsync(DeleteSchemaMappingRequest deleteSchemaMappingRequest)
Deletes the
SchemaMapping with a given name. |
Future<DeleteSchemaMappingResult> |
deleteSchemaMappingAsync(DeleteSchemaMappingRequest deleteSchemaMappingRequest,
AsyncHandler<DeleteSchemaMappingRequest,DeleteSchemaMappingResult> asyncHandler)
Deletes the
SchemaMapping with a given name. |
Future<GetMatchIdResult> |
getMatchIdAsync(GetMatchIdRequest getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
Future<GetMatchIdResult> |
getMatchIdAsync(GetMatchIdRequest getMatchIdRequest,
AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
Future<GetMatchingJobResult> |
getMatchingJobAsync(GetMatchingJobRequest getMatchingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
Future<GetMatchingJobResult> |
getMatchingJobAsync(GetMatchingJobRequest getMatchingJobRequest,
AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
Future<GetMatchingWorkflowResult> |
getMatchingWorkflowAsync(GetMatchingWorkflowRequest getMatchingWorkflowRequest)
Returns the
MatchingWorkflow with a given name, if it exists. |
Future<GetMatchingWorkflowResult> |
getMatchingWorkflowAsync(GetMatchingWorkflowRequest getMatchingWorkflowRequest,
AsyncHandler<GetMatchingWorkflowRequest,GetMatchingWorkflowResult> asyncHandler)
Returns the
MatchingWorkflow with a given name, if it exists. |
Future<GetSchemaMappingResult> |
getSchemaMappingAsync(GetSchemaMappingRequest getSchemaMappingRequest)
Returns the SchemaMapping of a given name.
|
Future<GetSchemaMappingResult> |
getSchemaMappingAsync(GetSchemaMappingRequest getSchemaMappingRequest,
AsyncHandler<GetSchemaMappingRequest,GetSchemaMappingResult> asyncHandler)
Returns the SchemaMapping of a given name.
|
Future<ListMatchingJobsResult> |
listMatchingJobsAsync(ListMatchingJobsRequest listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
Future<ListMatchingJobsResult> |
listMatchingJobsAsync(ListMatchingJobsRequest listMatchingJobsRequest,
AsyncHandler<ListMatchingJobsRequest,ListMatchingJobsResult> asyncHandler)
Lists all jobs for a given workflow.
|
Future<ListMatchingWorkflowsResult> |
listMatchingWorkflowsAsync(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest)
Returns a list of all the
MatchingWorkflows that have been created for an AWS account. |
Future<ListMatchingWorkflowsResult> |
listMatchingWorkflowsAsync(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest,
AsyncHandler<ListMatchingWorkflowsRequest,ListMatchingWorkflowsResult> asyncHandler)
Returns a list of all the
MatchingWorkflows that have been created for an AWS account. |
Future<ListSchemaMappingsResult> |
listSchemaMappingsAsync(ListSchemaMappingsRequest listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an AWS account. |
Future<ListSchemaMappingsResult> |
listSchemaMappingsAsync(ListSchemaMappingsRequest listSchemaMappingsRequest,
AsyncHandler<ListSchemaMappingsRequest,ListSchemaMappingsResult> asyncHandler)
Returns a list of all the
SchemaMappings that have been created for an AWS account. |
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with an AWS Entity Resolution resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Displays the tags associated with an AWS Entity Resolution resource.
|
Future<StartMatchingJobResult> |
startMatchingJobAsync(StartMatchingJobRequest startMatchingJobRequest)
Starts the
MatchingJob of a workflow. |
Future<StartMatchingJobResult> |
startMatchingJobAsync(StartMatchingJobRequest startMatchingJobRequest,
AsyncHandler<StartMatchingJobRequest,StartMatchingJobResult> asyncHandler)
Starts the
MatchingJob of a workflow. |
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified AWS Entity Resolution resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns one or more tags (key-value pairs) to the specified AWS Entity Resolution resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified AWS Entity Resolution resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from the specified AWS Entity Resolution resource.
|
Future<UpdateMatchingWorkflowResult> |
updateMatchingWorkflowAsync(UpdateMatchingWorkflowRequest updateMatchingWorkflowRequest)
Updates an existing
MatchingWorkflow . |
Future<UpdateMatchingWorkflowResult> |
updateMatchingWorkflowAsync(UpdateMatchingWorkflowRequest updateMatchingWorkflowRequest,
AsyncHandler<UpdateMatchingWorkflowRequest,UpdateMatchingWorkflowResult> asyncHandler)
Updates an existing
MatchingWorkflow . |
createMatchingWorkflow, createSchemaMapping, deleteMatchingWorkflow, deleteSchemaMapping, getCachedResponseMetadata, getMatchId, getMatchingJob, getMatchingWorkflow, getSchemaMapping, listMatchingJobs, listMatchingWorkflows, listSchemaMappings, listTagsForResource, shutdown, startMatchingJob, tagResource, untagResource, updateMatchingWorkflow
Future<CreateMatchingWorkflowResult> createMatchingWorkflowAsync(CreateMatchingWorkflowRequest createMatchingWorkflowRequest)
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.
createMatchingWorkflowRequest
- Future<CreateMatchingWorkflowResult> createMatchingWorkflowAsync(CreateMatchingWorkflowRequest createMatchingWorkflowRequest, AsyncHandler<CreateMatchingWorkflowRequest,CreateMatchingWorkflowResult> asyncHandler)
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.
createMatchingWorkflowRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateSchemaMappingResult> createSchemaMappingAsync(CreateSchemaMappingRequest createSchemaMappingRequest)
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.
createSchemaMappingRequest
- Future<CreateSchemaMappingResult> createSchemaMappingAsync(CreateSchemaMappingRequest createSchemaMappingRequest, AsyncHandler<CreateSchemaMappingRequest,CreateSchemaMappingResult> asyncHandler)
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.
createSchemaMappingRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteMatchingWorkflowResult> deleteMatchingWorkflowAsync(DeleteMatchingWorkflowRequest deleteMatchingWorkflowRequest)
Deletes the MatchingWorkflow
with a given name. This operation will succeed even if a workflow with
the given name does not exist.
deleteMatchingWorkflowRequest
- Future<DeleteMatchingWorkflowResult> deleteMatchingWorkflowAsync(DeleteMatchingWorkflowRequest deleteMatchingWorkflowRequest, AsyncHandler<DeleteMatchingWorkflowRequest,DeleteMatchingWorkflowResult> asyncHandler)
Deletes the MatchingWorkflow
with a given name. This operation will succeed even if a workflow with
the given name does not exist.
deleteMatchingWorkflowRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSchemaMappingResult> deleteSchemaMappingAsync(DeleteSchemaMappingRequest deleteSchemaMappingRequest)
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 DataIntegrationWorkflow
object
that references the SchemaMapping
in the workflow's InputSourceConfig
.
deleteSchemaMappingRequest
- Future<DeleteSchemaMappingResult> deleteSchemaMappingAsync(DeleteSchemaMappingRequest deleteSchemaMappingRequest, AsyncHandler<DeleteSchemaMappingRequest,DeleteSchemaMappingResult> asyncHandler)
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 DataIntegrationWorkflow
object
that references the SchemaMapping
in the workflow's InputSourceConfig
.
deleteSchemaMappingRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMatchIdResult> getMatchIdAsync(GetMatchIdRequest getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
getMatchIdRequest
- Future<GetMatchIdResult> getMatchIdAsync(GetMatchIdRequest getMatchIdRequest, AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler)
Returns the corresponding Match ID of a customer record if the record has been processed.
getMatchIdRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMatchingJobResult> getMatchingJobAsync(GetMatchingJobRequest getMatchingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
getMatchingJobRequest
- Future<GetMatchingJobResult> getMatchingJobAsync(GetMatchingJobRequest getMatchingJobRequest, AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
getMatchingJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMatchingWorkflowResult> getMatchingWorkflowAsync(GetMatchingWorkflowRequest getMatchingWorkflowRequest)
Returns the MatchingWorkflow
with a given name, if it exists.
getMatchingWorkflowRequest
- Future<GetMatchingWorkflowResult> getMatchingWorkflowAsync(GetMatchingWorkflowRequest getMatchingWorkflowRequest, AsyncHandler<GetMatchingWorkflowRequest,GetMatchingWorkflowResult> asyncHandler)
Returns the MatchingWorkflow
with a given name, if it exists.
getMatchingWorkflowRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSchemaMappingResult> getSchemaMappingAsync(GetSchemaMappingRequest getSchemaMappingRequest)
Returns the SchemaMapping of a given name.
getSchemaMappingRequest
- Future<GetSchemaMappingResult> getSchemaMappingAsync(GetSchemaMappingRequest getSchemaMappingRequest, AsyncHandler<GetSchemaMappingRequest,GetSchemaMappingResult> asyncHandler)
Returns the SchemaMapping of a given name.
getSchemaMappingRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListMatchingJobsResult> listMatchingJobsAsync(ListMatchingJobsRequest listMatchingJobsRequest)
Lists all jobs for a given workflow.
listMatchingJobsRequest
- Future<ListMatchingJobsResult> listMatchingJobsAsync(ListMatchingJobsRequest listMatchingJobsRequest, AsyncHandler<ListMatchingJobsRequest,ListMatchingJobsResult> asyncHandler)
Lists all jobs for a given workflow.
listMatchingJobsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListMatchingWorkflowsResult> listMatchingWorkflowsAsync(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest)
Returns a list of all the MatchingWorkflows
that have been created for an AWS account.
listMatchingWorkflowsRequest
- Future<ListMatchingWorkflowsResult> listMatchingWorkflowsAsync(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest, AsyncHandler<ListMatchingWorkflowsRequest,ListMatchingWorkflowsResult> asyncHandler)
Returns a list of all the MatchingWorkflows
that have been created for an AWS account.
listMatchingWorkflowsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListSchemaMappingsResult> listSchemaMappingsAsync(ListSchemaMappingsRequest listSchemaMappingsRequest)
Returns a list of all the SchemaMappings
that have been created for an AWS account.
listSchemaMappingsRequest
- Future<ListSchemaMappingsResult> listSchemaMappingsAsync(ListSchemaMappingsRequest listSchemaMappingsRequest, AsyncHandler<ListSchemaMappingsRequest,ListSchemaMappingsResult> asyncHandler)
Returns a list of all the SchemaMappings
that have been created for an AWS account.
listSchemaMappingsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with an AWS Entity Resolution resource. In Entity Resolution,
SchemaMapping
, and MatchingWorkflow
can be tagged.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Displays the tags associated with an AWS Entity Resolution resource. In Entity Resolution,
SchemaMapping
, and MatchingWorkflow
can be tagged.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartMatchingJobResult> startMatchingJobAsync(StartMatchingJobRequest startMatchingJobRequest)
Starts the MatchingJob
of a workflow. The workflow must have previously been created using the
CreateMatchingWorkflow
endpoint.
startMatchingJobRequest
- Future<StartMatchingJobResult> startMatchingJobAsync(StartMatchingJobRequest startMatchingJobRequest, AsyncHandler<StartMatchingJobRequest,StartMatchingJobResult> asyncHandler)
Starts the MatchingJob
of a workflow. The workflow must have previously been created using the
CreateMatchingWorkflow
endpoint.
startMatchingJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified AWS 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 AWS 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.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns one or more tags (key-value pairs) to the specified AWS 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 AWS 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.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified AWS Entity Resolution resource. In Entity Resolution,
SchemaMapping
, and MatchingWorkflow
can be tagged.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from the specified AWS Entity Resolution resource. In Entity Resolution,
SchemaMapping
, and MatchingWorkflow
can be tagged.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateMatchingWorkflowResult> updateMatchingWorkflowAsync(UpdateMatchingWorkflowRequest updateMatchingWorkflowRequest)
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.
updateMatchingWorkflowRequest
- Future<UpdateMatchingWorkflowResult> updateMatchingWorkflowAsync(UpdateMatchingWorkflowRequest updateMatchingWorkflowRequest, AsyncHandler<UpdateMatchingWorkflowRequest,UpdateMatchingWorkflowResult> asyncHandler)
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.
updateMatchingWorkflowRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.