@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 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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
builder, createMatchingWorkflow, createSchemaMapping, deleteMatchingWorkflow, deleteSchemaMapping, getCachedResponseMetadata, getMatchId, getMatchingJob, getMatchingWorkflow, getSchemaMapping, listMatchingJobs, listMatchingWorkflows, listSchemaMappings, listTagsForResource, startMatchingJob, tagResource, untagResource, updateMatchingWorkflow
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMatchingWorkflow, createSchemaMapping, deleteMatchingWorkflow, deleteSchemaMapping, getCachedResponseMetadata, getMatchId, getMatchingJob, getMatchingWorkflow, getSchemaMapping, listMatchingJobs, listMatchingWorkflows, listSchemaMappings, listTagsForResource, startMatchingJob, tagResource, untagResource, updateMatchingWorkflow
public 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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.public Future<GetMatchIdResult> getMatchIdAsync(GetMatchIdRequest request)
AWSEntityResolutionAsync
Returns the corresponding Match ID of a customer record if the record has been processed.
getMatchIdAsync
in interface AWSEntityResolutionAsync
public Future<GetMatchIdResult> getMatchIdAsync(GetMatchIdRequest request, AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler)
AWSEntityResolutionAsync
Returns the corresponding Match ID of a customer record if the record has been processed.
getMatchIdAsync
in interface AWSEntityResolutionAsync
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.public Future<GetMatchingJobResult> getMatchingJobAsync(GetMatchingJobRequest request)
AWSEntityResolutionAsync
Gets the status, metrics, and errors (if there are any) that are associated with a job.
getMatchingJobAsync
in interface AWSEntityResolutionAsync
public Future<GetMatchingJobResult> getMatchingJobAsync(GetMatchingJobRequest request, AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler)
AWSEntityResolutionAsync
Gets the status, metrics, and errors (if there are any) that are associated with a job.
getMatchingJobAsync
in interface AWSEntityResolutionAsync
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.public Future<GetMatchingWorkflowResult> getMatchingWorkflowAsync(GetMatchingWorkflowRequest request)
AWSEntityResolutionAsync
Returns the MatchingWorkflow
with a given name, if it exists.
getMatchingWorkflowAsync
in interface AWSEntityResolutionAsync
public Future<GetMatchingWorkflowResult> getMatchingWorkflowAsync(GetMatchingWorkflowRequest request, AsyncHandler<GetMatchingWorkflowRequest,GetMatchingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
Returns the MatchingWorkflow
with a given name, if it exists.
getMatchingWorkflowAsync
in interface AWSEntityResolutionAsync
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.public Future<GetSchemaMappingResult> getSchemaMappingAsync(GetSchemaMappingRequest request)
AWSEntityResolutionAsync
Returns the SchemaMapping of a given name.
getSchemaMappingAsync
in interface AWSEntityResolutionAsync
public Future<GetSchemaMappingResult> getSchemaMappingAsync(GetSchemaMappingRequest request, AsyncHandler<GetSchemaMappingRequest,GetSchemaMappingResult> asyncHandler)
AWSEntityResolutionAsync
Returns the SchemaMapping of a given name.
getSchemaMappingAsync
in interface AWSEntityResolutionAsync
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.public Future<ListMatchingJobsResult> listMatchingJobsAsync(ListMatchingJobsRequest request)
AWSEntityResolutionAsync
Lists all jobs for a given workflow.
listMatchingJobsAsync
in interface AWSEntityResolutionAsync
public Future<ListMatchingJobsResult> listMatchingJobsAsync(ListMatchingJobsRequest request, AsyncHandler<ListMatchingJobsRequest,ListMatchingJobsResult> asyncHandler)
AWSEntityResolutionAsync
Lists all jobs for a given workflow.
listMatchingJobsAsync
in interface AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.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 AWSEntityResolutionAsync
public 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 AWSEntityResolutionAsync
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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSEntityResolution
shutdown
in class AWSEntityResolutionClient