@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSEntityResolutionAsync extends AbstractAWSEntityResolution implements AWSEntityResolutionAsync
AWSEntityResolutionAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXcreateMatchingWorkflow, createSchemaMapping, deleteMatchingWorkflow, deleteSchemaMapping, getCachedResponseMetadata, getMatchId, getMatchingJob, getMatchingWorkflow, getSchemaMapping, listMatchingJobs, listMatchingWorkflows, listSchemaMappings, listTagsForResource, shutdown, startMatchingJob, tagResource, untagResource, updateMatchingWorkflowequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateMatchingWorkflow, createSchemaMapping, deleteMatchingWorkflow, deleteSchemaMapping, getCachedResponseMetadata, getMatchId, getMatchingJob, getMatchingWorkflow, getSchemaMapping, listMatchingJobs, listMatchingWorkflows, listSchemaMappings, listTagsForResource, shutdown, startMatchingJob, tagResource, untagResource, updateMatchingWorkflowpublic Future<CreateMatchingWorkflowResult> createMatchingWorkflowAsync(CreateMatchingWorkflowRequest request)
AWSEntityResolutionAsync
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.
createMatchingWorkflowAsync in interface AWSEntityResolutionAsyncpublic Future<CreateMatchingWorkflowResult> createMatchingWorkflowAsync(CreateMatchingWorkflowRequest request, AsyncHandler<CreateMatchingWorkflowRequest,CreateMatchingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
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.
createMatchingWorkflowAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<CreateSchemaMappingResult> createSchemaMappingAsync(CreateSchemaMappingRequest request)
AWSEntityResolutionAsync
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.
createSchemaMappingAsync in interface AWSEntityResolutionAsyncpublic Future<CreateSchemaMappingResult> createSchemaMappingAsync(CreateSchemaMappingRequest request, AsyncHandler<CreateSchemaMappingRequest,CreateSchemaMappingResult> asyncHandler)
AWSEntityResolutionAsync
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.
createSchemaMappingAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<DeleteMatchingWorkflowResult> deleteMatchingWorkflowAsync(DeleteMatchingWorkflowRequest request)
AWSEntityResolutionAsync
Deletes the MatchingWorkflow with a given name. This operation will succeed even if a workflow with
the given name does not exist.
deleteMatchingWorkflowAsync in interface AWSEntityResolutionAsyncpublic Future<DeleteMatchingWorkflowResult> deleteMatchingWorkflowAsync(DeleteMatchingWorkflowRequest request, AsyncHandler<DeleteMatchingWorkflowRequest,DeleteMatchingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
Deletes the MatchingWorkflow with a given name. This operation will succeed even if a workflow with
the given name does not exist.
deleteMatchingWorkflowAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<DeleteSchemaMappingResult> deleteSchemaMappingAsync(DeleteSchemaMappingRequest request)
AWSEntityResolutionAsync
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.
deleteSchemaMappingAsync in interface AWSEntityResolutionAsyncpublic Future<DeleteSchemaMappingResult> deleteSchemaMappingAsync(DeleteSchemaMappingRequest request, AsyncHandler<DeleteSchemaMappingRequest,DeleteSchemaMappingResult> asyncHandler)
AWSEntityResolutionAsync
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.
deleteSchemaMappingAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<GetMatchIdResult> getMatchIdAsync(GetMatchIdRequest request)
AWSEntityResolutionAsyncReturns the corresponding Match ID of a customer record if the record has been processed.
getMatchIdAsync in interface AWSEntityResolutionAsyncpublic Future<GetMatchIdResult> getMatchIdAsync(GetMatchIdRequest request, AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler)
AWSEntityResolutionAsyncReturns the corresponding Match ID of a customer record if the record has been processed.
getMatchIdAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<GetMatchingJobResult> getMatchingJobAsync(GetMatchingJobRequest request)
AWSEntityResolutionAsyncGets the status, metrics, and errors (if there are any) that are associated with a job.
getMatchingJobAsync in interface AWSEntityResolutionAsyncpublic Future<GetMatchingJobResult> getMatchingJobAsync(GetMatchingJobRequest request, AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler)
AWSEntityResolutionAsyncGets the status, metrics, and errors (if there are any) that are associated with a job.
getMatchingJobAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<GetMatchingWorkflowResult> getMatchingWorkflowAsync(GetMatchingWorkflowRequest request)
AWSEntityResolutionAsync
Returns the MatchingWorkflow with a given name, if it exists.
getMatchingWorkflowAsync in interface AWSEntityResolutionAsyncpublic Future<GetMatchingWorkflowResult> getMatchingWorkflowAsync(GetMatchingWorkflowRequest request, AsyncHandler<GetMatchingWorkflowRequest,GetMatchingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
Returns the MatchingWorkflow with a given name, if it exists.
getMatchingWorkflowAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<GetSchemaMappingResult> getSchemaMappingAsync(GetSchemaMappingRequest request)
AWSEntityResolutionAsyncReturns the SchemaMapping of a given name.
getSchemaMappingAsync in interface AWSEntityResolutionAsyncpublic Future<GetSchemaMappingResult> getSchemaMappingAsync(GetSchemaMappingRequest request, AsyncHandler<GetSchemaMappingRequest,GetSchemaMappingResult> asyncHandler)
AWSEntityResolutionAsyncReturns the SchemaMapping of a given name.
getSchemaMappingAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<ListMatchingJobsResult> listMatchingJobsAsync(ListMatchingJobsRequest request)
AWSEntityResolutionAsyncLists all jobs for a given workflow.
listMatchingJobsAsync in interface AWSEntityResolutionAsyncpublic Future<ListMatchingJobsResult> listMatchingJobsAsync(ListMatchingJobsRequest request, AsyncHandler<ListMatchingJobsRequest,ListMatchingJobsResult> asyncHandler)
AWSEntityResolutionAsyncLists all jobs for a given workflow.
listMatchingJobsAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<ListMatchingWorkflowsResult> listMatchingWorkflowsAsync(ListMatchingWorkflowsRequest request)
AWSEntityResolutionAsync
Returns a list of all the MatchingWorkflows that have been created for an AWS account.
listMatchingWorkflowsAsync in interface AWSEntityResolutionAsyncpublic Future<ListMatchingWorkflowsResult> listMatchingWorkflowsAsync(ListMatchingWorkflowsRequest request, AsyncHandler<ListMatchingWorkflowsRequest,ListMatchingWorkflowsResult> asyncHandler)
AWSEntityResolutionAsync
Returns a list of all the MatchingWorkflows that have been created for an AWS account.
listMatchingWorkflowsAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<ListSchemaMappingsResult> listSchemaMappingsAsync(ListSchemaMappingsRequest request)
AWSEntityResolutionAsync
Returns a list of all the SchemaMappings that have been created for an AWS account.
listSchemaMappingsAsync in interface AWSEntityResolutionAsyncpublic Future<ListSchemaMappingsResult> listSchemaMappingsAsync(ListSchemaMappingsRequest request, AsyncHandler<ListSchemaMappingsRequest,ListSchemaMappingsResult> asyncHandler)
AWSEntityResolutionAsync
Returns a list of all the SchemaMappings that have been created for an AWS account.
listSchemaMappingsAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSEntityResolutionAsync
Displays the tags associated with an AWS Entity Resolution resource. In Entity Resolution,
SchemaMapping, and MatchingWorkflow can be tagged.
listTagsForResourceAsync in interface AWSEntityResolutionAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSEntityResolutionAsync
Displays the tags associated with an AWS Entity Resolution resource. In Entity Resolution,
SchemaMapping, and MatchingWorkflow can be tagged.
listTagsForResourceAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<StartMatchingJobResult> startMatchingJobAsync(StartMatchingJobRequest request)
AWSEntityResolutionAsync
Starts the MatchingJob of a workflow. The workflow must have previously been created using the
CreateMatchingWorkflow endpoint.
startMatchingJobAsync in interface AWSEntityResolutionAsyncpublic Future<StartMatchingJobResult> startMatchingJobAsync(StartMatchingJobRequest request, AsyncHandler<StartMatchingJobRequest,StartMatchingJobResult> asyncHandler)
AWSEntityResolutionAsync
Starts the MatchingJob of a workflow. The workflow must have previously been created using the
CreateMatchingWorkflow endpoint.
startMatchingJobAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSEntityResolutionAsync
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.
tagResourceAsync in interface AWSEntityResolutionAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSEntityResolutionAsync
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.
tagResourceAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSEntityResolutionAsync
Removes one or more tags from the specified AWS Entity Resolution resource. In Entity Resolution,
SchemaMapping, and MatchingWorkflow can be tagged.
untagResourceAsync in interface AWSEntityResolutionAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSEntityResolutionAsync
Removes one or more tags from the specified AWS Entity Resolution resource. In Entity Resolution,
SchemaMapping, and MatchingWorkflow can be tagged.
untagResourceAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.public Future<UpdateMatchingWorkflowResult> updateMatchingWorkflowAsync(UpdateMatchingWorkflowRequest request)
AWSEntityResolutionAsync
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.
updateMatchingWorkflowAsync in interface AWSEntityResolutionAsyncpublic Future<UpdateMatchingWorkflowResult> updateMatchingWorkflowAsync(UpdateMatchingWorkflowRequest request, AsyncHandler<UpdateMatchingWorkflowRequest,UpdateMatchingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
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.
updateMatchingWorkflowAsync in interface AWSEntityResolutionAsyncasyncHandler - 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.