@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSEntityResolutionAsyncClient extends AWSEntityResolutionClient implements AWSEntityResolutionAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
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_PREFIXbuilder, createMatchingWorkflow, createSchemaMapping, deleteMatchingWorkflow, deleteSchemaMapping, getCachedResponseMetadata, getMatchId, getMatchingJob, getMatchingWorkflow, getSchemaMapping, listMatchingJobs, listMatchingWorkflows, listSchemaMappings, listTagsForResource, startMatchingJob, tagResource, untagResource, updateMatchingWorkflowaddRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateMatchingWorkflow, createSchemaMapping, deleteMatchingWorkflow, deleteSchemaMapping, getCachedResponseMetadata, getMatchId, getMatchingJob, getMatchingWorkflow, getSchemaMapping, listMatchingJobs, listMatchingWorkflows, listSchemaMappings, listTagsForResource, startMatchingJob, tagResource, untagResource, updateMatchingWorkflowpublic static AWSEntityResolutionAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public 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 Amazon Web Services
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 Amazon Web Services
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 Amazon Web Services 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 Amazon Web Services 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 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 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 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.
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 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.
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 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 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.public void shutdown()
getExecutorService().shutdown() followed by getExecutorService().awaitTermination() prior to
calling this method.shutdown in interface AWSEntityResolutionshutdown in class AWSEntityResolutionClient