@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_METRIC
ENDPOINT_PREFIX
addPolicyStatement, batchDeleteUniqueId, builder, createIdMappingWorkflow, createIdNamespace, createMatchingWorkflow, createSchemaMapping, deleteIdMappingWorkflow, deleteIdNamespace, deleteMatchingWorkflow, deletePolicyStatement, deleteSchemaMapping, getCachedResponseMetadata, getIdMappingJob, getIdMappingWorkflow, getIdNamespace, getMatchId, getMatchingJob, getMatchingWorkflow, getPolicy, getSchemaMapping, listIdMappingJobs, listIdMappingWorkflows, listIdNamespaces, listMatchingJobs, listMatchingWorkflows, listProviderServices, listSchemaMappings, listTagsForResource, putPolicy, startIdMappingJob, startMatchingJob, tagResource, untagResource, updateIdMappingWorkflow, updateIdNamespace, updateMatchingWorkflow, updateSchemaMapping
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
addPolicyStatement, batchDeleteUniqueId, createIdMappingWorkflow, createIdNamespace, createMatchingWorkflow, createSchemaMapping, deleteIdMappingWorkflow, deleteIdNamespace, deleteMatchingWorkflow, deletePolicyStatement, deleteSchemaMapping, getCachedResponseMetadata, getIdMappingJob, getIdMappingWorkflow, getIdNamespace, getMatchId, getMatchingJob, getMatchingWorkflow, getPolicy, getSchemaMapping, listIdMappingJobs, listIdMappingWorkflows, listIdNamespaces, listMatchingJobs, listMatchingWorkflows, listProviderServices, listSchemaMappings, listTagsForResource, putPolicy, startIdMappingJob, startMatchingJob, tagResource, untagResource, updateIdMappingWorkflow, updateIdNamespace, updateMatchingWorkflow, updateSchemaMapping
public static AWSEntityResolutionAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AddPolicyStatementResult> addPolicyStatementAsync(AddPolicyStatementRequest request)
AWSEntityResolutionAsync
Adds a policy statement object. To retrieve a list of existing policy statements, use the GetPolicy
API.
addPolicyStatementAsync
in interface AWSEntityResolutionAsync
public Future<AddPolicyStatementResult> addPolicyStatementAsync(AddPolicyStatementRequest request, AsyncHandler<AddPolicyStatementRequest,AddPolicyStatementResult> asyncHandler)
AWSEntityResolutionAsync
Adds a policy statement object. To retrieve a list of existing policy statements, use the GetPolicy
API.
addPolicyStatementAsync
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<BatchDeleteUniqueIdResult> batchDeleteUniqueIdAsync(BatchDeleteUniqueIdRequest request)
AWSEntityResolutionAsync
Deletes multiple unique IDs in a matching workflow.
batchDeleteUniqueIdAsync
in interface AWSEntityResolutionAsync
public Future<BatchDeleteUniqueIdResult> batchDeleteUniqueIdAsync(BatchDeleteUniqueIdRequest request, AsyncHandler<BatchDeleteUniqueIdRequest,BatchDeleteUniqueIdResult> asyncHandler)
AWSEntityResolutionAsync
Deletes multiple unique IDs in a matching workflow.
batchDeleteUniqueIdAsync
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<CreateIdMappingWorkflowResult> createIdMappingWorkflowAsync(CreateIdMappingWorkflowRequest request)
AWSEntityResolutionAsync
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.
createIdMappingWorkflowAsync
in interface AWSEntityResolutionAsync
public Future<CreateIdMappingWorkflowResult> createIdMappingWorkflowAsync(CreateIdMappingWorkflowRequest request, AsyncHandler<CreateIdMappingWorkflowRequest,CreateIdMappingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
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.
createIdMappingWorkflowAsync
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<CreateIdNamespaceResult> createIdNamespaceAsync(CreateIdNamespaceRequest request)
AWSEntityResolutionAsync
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.
createIdNamespaceAsync
in interface AWSEntityResolutionAsync
public Future<CreateIdNamespaceResult> createIdNamespaceAsync(CreateIdNamespaceRequest request, AsyncHandler<CreateIdNamespaceRequest,CreateIdNamespaceResult> asyncHandler)
AWSEntityResolutionAsync
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.
createIdNamespaceAsync
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<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<DeleteIdMappingWorkflowResult> deleteIdMappingWorkflowAsync(DeleteIdMappingWorkflowRequest request)
AWSEntityResolutionAsync
Deletes the IdMappingWorkflow
with a given name. This operation will succeed even if a workflow with
the given name does not exist.
deleteIdMappingWorkflowAsync
in interface AWSEntityResolutionAsync
public Future<DeleteIdMappingWorkflowResult> deleteIdMappingWorkflowAsync(DeleteIdMappingWorkflowRequest request, AsyncHandler<DeleteIdMappingWorkflowRequest,DeleteIdMappingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
Deletes the IdMappingWorkflow
with a given name. This operation will succeed even if a workflow with
the given name does not exist.
deleteIdMappingWorkflowAsync
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<DeleteIdNamespaceResult> deleteIdNamespaceAsync(DeleteIdNamespaceRequest request)
AWSEntityResolutionAsync
Deletes the IdNamespace
with a given name.
deleteIdNamespaceAsync
in interface AWSEntityResolutionAsync
public Future<DeleteIdNamespaceResult> deleteIdNamespaceAsync(DeleteIdNamespaceRequest request, AsyncHandler<DeleteIdNamespaceRequest,DeleteIdNamespaceResult> asyncHandler)
AWSEntityResolutionAsync
Deletes the IdNamespace
with a given name.
deleteIdNamespaceAsync
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<DeletePolicyStatementResult> deletePolicyStatementAsync(DeletePolicyStatementRequest request)
AWSEntityResolutionAsync
Deletes the policy statement.
deletePolicyStatementAsync
in interface AWSEntityResolutionAsync
public Future<DeletePolicyStatementResult> deletePolicyStatementAsync(DeletePolicyStatementRequest request, AsyncHandler<DeletePolicyStatementRequest,DeletePolicyStatementResult> asyncHandler)
AWSEntityResolutionAsync
Deletes the policy statement.
deletePolicyStatementAsync
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 MatchingWorkflow
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 MatchingWorkflow
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<GetIdMappingJobResult> getIdMappingJobAsync(GetIdMappingJobRequest request)
AWSEntityResolutionAsync
Gets the status, metrics, and errors (if there are any) that are associated with a job.
getIdMappingJobAsync
in interface AWSEntityResolutionAsync
public Future<GetIdMappingJobResult> getIdMappingJobAsync(GetIdMappingJobRequest request, AsyncHandler<GetIdMappingJobRequest,GetIdMappingJobResult> asyncHandler)
AWSEntityResolutionAsync
Gets the status, metrics, and errors (if there are any) that are associated with a job.
getIdMappingJobAsync
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<GetIdMappingWorkflowResult> getIdMappingWorkflowAsync(GetIdMappingWorkflowRequest request)
AWSEntityResolutionAsync
Returns the IdMappingWorkflow
with a given name, if it exists.
getIdMappingWorkflowAsync
in interface AWSEntityResolutionAsync
public Future<GetIdMappingWorkflowResult> getIdMappingWorkflowAsync(GetIdMappingWorkflowRequest request, AsyncHandler<GetIdMappingWorkflowRequest,GetIdMappingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
Returns the IdMappingWorkflow
with a given name, if it exists.
getIdMappingWorkflowAsync
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<GetIdNamespaceResult> getIdNamespaceAsync(GetIdNamespaceRequest request)
AWSEntityResolutionAsync
Returns the IdNamespace
with a given name, if it exists.
getIdNamespaceAsync
in interface AWSEntityResolutionAsync
public Future<GetIdNamespaceResult> getIdNamespaceAsync(GetIdNamespaceRequest request, AsyncHandler<GetIdNamespaceRequest,GetIdNamespaceResult> asyncHandler)
AWSEntityResolutionAsync
Returns the IdNamespace
with a given name, if it exists.
getIdNamespaceAsync
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<GetPolicyResult> getPolicyAsync(GetPolicyRequest request)
AWSEntityResolutionAsync
Returns the resource-based policy.
getPolicyAsync
in interface AWSEntityResolutionAsync
public Future<GetPolicyResult> getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
AWSEntityResolutionAsync
Returns the resource-based policy.
getPolicyAsync
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<ListIdMappingJobsResult> listIdMappingJobsAsync(ListIdMappingJobsRequest request)
AWSEntityResolutionAsync
Lists all ID mapping jobs for a given workflow.
listIdMappingJobsAsync
in interface AWSEntityResolutionAsync
public Future<ListIdMappingJobsResult> listIdMappingJobsAsync(ListIdMappingJobsRequest request, AsyncHandler<ListIdMappingJobsRequest,ListIdMappingJobsResult> asyncHandler)
AWSEntityResolutionAsync
Lists all ID mapping jobs for a given workflow.
listIdMappingJobsAsync
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<ListIdMappingWorkflowsResult> listIdMappingWorkflowsAsync(ListIdMappingWorkflowsRequest request)
AWSEntityResolutionAsync
Returns a list of all the IdMappingWorkflows
that have been created for an Amazon Web Services
account.
listIdMappingWorkflowsAsync
in interface AWSEntityResolutionAsync
public Future<ListIdMappingWorkflowsResult> listIdMappingWorkflowsAsync(ListIdMappingWorkflowsRequest request, AsyncHandler<ListIdMappingWorkflowsRequest,ListIdMappingWorkflowsResult> asyncHandler)
AWSEntityResolutionAsync
Returns a list of all the IdMappingWorkflows
that have been created for an Amazon Web Services
account.
listIdMappingWorkflowsAsync
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<ListIdNamespacesResult> listIdNamespacesAsync(ListIdNamespacesRequest request)
AWSEntityResolutionAsync
Returns a list of all ID namespaces.
listIdNamespacesAsync
in interface AWSEntityResolutionAsync
public Future<ListIdNamespacesResult> listIdNamespacesAsync(ListIdNamespacesRequest request, AsyncHandler<ListIdNamespacesRequest,ListIdNamespacesResult> asyncHandler)
AWSEntityResolutionAsync
Returns a list of all ID namespaces.
listIdNamespacesAsync
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 Amazon Web Services
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 Amazon Web Services
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<ListProviderServicesResult> listProviderServicesAsync(ListProviderServicesRequest request)
AWSEntityResolutionAsync
Returns a list of all the ProviderServices
that are available in this Amazon Web Services Region.
listProviderServicesAsync
in interface AWSEntityResolutionAsync
public Future<ListProviderServicesResult> listProviderServicesAsync(ListProviderServicesRequest request, AsyncHandler<ListProviderServicesRequest,ListProviderServicesResult> asyncHandler)
AWSEntityResolutionAsync
Returns a list of all the ProviderServices
that are available in this Amazon Web Services Region.
listProviderServicesAsync
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 Amazon Web Services 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 Amazon Web Services 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 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 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<PutPolicyResult> putPolicyAsync(PutPolicyRequest request)
AWSEntityResolutionAsync
Updates the resource-based policy.
putPolicyAsync
in interface AWSEntityResolutionAsync
public Future<PutPolicyResult> putPolicyAsync(PutPolicyRequest request, AsyncHandler<PutPolicyRequest,PutPolicyResult> asyncHandler)
AWSEntityResolutionAsync
Updates the resource-based policy.
putPolicyAsync
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<StartIdMappingJobResult> startIdMappingJobAsync(StartIdMappingJobRequest request)
AWSEntityResolutionAsync
Starts the IdMappingJob
of a workflow. The workflow must have previously been created using the
CreateIdMappingWorkflow
endpoint.
startIdMappingJobAsync
in interface AWSEntityResolutionAsync
public Future<StartIdMappingJobResult> startIdMappingJobAsync(StartIdMappingJobRequest request, AsyncHandler<StartIdMappingJobRequest,StartIdMappingJobResult> asyncHandler)
AWSEntityResolutionAsync
Starts the IdMappingJob
of a workflow. The workflow must have previously been created using the
CreateIdMappingWorkflow
endpoint.
startIdMappingJobAsync
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 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 AWSEntityResolutionAsync
public 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 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 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 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<UpdateIdMappingWorkflowResult> updateIdMappingWorkflowAsync(UpdateIdMappingWorkflowRequest request)
AWSEntityResolutionAsync
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.
updateIdMappingWorkflowAsync
in interface AWSEntityResolutionAsync
public Future<UpdateIdMappingWorkflowResult> updateIdMappingWorkflowAsync(UpdateIdMappingWorkflowRequest request, AsyncHandler<UpdateIdMappingWorkflowRequest,UpdateIdMappingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
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.
updateIdMappingWorkflowAsync
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<UpdateIdNamespaceResult> updateIdNamespaceAsync(UpdateIdNamespaceRequest request)
AWSEntityResolutionAsync
Updates an existing ID namespace.
updateIdNamespaceAsync
in interface AWSEntityResolutionAsync
public Future<UpdateIdNamespaceResult> updateIdNamespaceAsync(UpdateIdNamespaceRequest request, AsyncHandler<UpdateIdNamespaceRequest,UpdateIdNamespaceResult> asyncHandler)
AWSEntityResolutionAsync
Updates an existing ID namespace.
updateIdNamespaceAsync
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 Future<UpdateSchemaMappingResult> updateSchemaMappingAsync(UpdateSchemaMappingRequest request)
AWSEntityResolutionAsync
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.
updateSchemaMappingAsync
in interface AWSEntityResolutionAsync
public Future<UpdateSchemaMappingResult> updateSchemaMappingAsync(UpdateSchemaMappingRequest request, AsyncHandler<UpdateSchemaMappingRequest,UpdateSchemaMappingResult> asyncHandler)
AWSEntityResolutionAsync
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.
updateSchemaMappingAsync
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