@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_PREFIXcreateIdMappingWorkflow, createMatchingWorkflow, createSchemaMapping, deleteIdMappingWorkflow, deleteMatchingWorkflow, deleteSchemaMapping, getCachedResponseMetadata, getIdMappingJob, getIdMappingWorkflow, getMatchId, getMatchingJob, getMatchingWorkflow, getSchemaMapping, listIdMappingJobs, listIdMappingWorkflows, listMatchingJobs, listMatchingWorkflows, listProviderServices, listSchemaMappings, listTagsForResource, shutdown, startIdMappingJob, startMatchingJob, tagResource, untagResource, updateIdMappingWorkflow, updateMatchingWorkflow, updateSchemaMappingequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateIdMappingWorkflow, createMatchingWorkflow, createSchemaMapping, deleteIdMappingWorkflow, deleteMatchingWorkflow, deleteSchemaMapping, getCachedResponseMetadata, getIdMappingJob, getIdMappingWorkflow, getMatchId, getMatchingJob, getMatchingWorkflow, getSchemaMapping, listIdMappingJobs, listIdMappingWorkflows, listMatchingJobs, listMatchingWorkflows, listProviderServices, listSchemaMappings, listTagsForResource, shutdown, startIdMappingJob, startMatchingJob, tagResource, untagResource, updateIdMappingWorkflow, updateMatchingWorkflow, updateSchemaMappingpublic 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 AWSEntityResolutionAsyncpublic 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 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<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<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 AWSEntityResolutionAsyncpublic 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 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 MatchingWorkflow 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 MatchingWorkflow 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<GetIdMappingJobResult> getIdMappingJobAsync(GetIdMappingJobRequest request)
AWSEntityResolutionAsyncGets the status, metrics, and errors (if there are any) that are associated with a job.
getIdMappingJobAsync in interface AWSEntityResolutionAsyncpublic Future<GetIdMappingJobResult> getIdMappingJobAsync(GetIdMappingJobRequest request, AsyncHandler<GetIdMappingJobRequest,GetIdMappingJobResult> asyncHandler)
AWSEntityResolutionAsyncGets the status, metrics, and errors (if there are any) that are associated with a job.
getIdMappingJobAsync 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<GetIdMappingWorkflowResult> getIdMappingWorkflowAsync(GetIdMappingWorkflowRequest request)
AWSEntityResolutionAsync
Returns the IdMappingWorkflow with a given name, if it exists.
getIdMappingWorkflowAsync in interface AWSEntityResolutionAsyncpublic Future<GetIdMappingWorkflowResult> getIdMappingWorkflowAsync(GetIdMappingWorkflowRequest request, AsyncHandler<GetIdMappingWorkflowRequest,GetIdMappingWorkflowResult> asyncHandler)
AWSEntityResolutionAsync
Returns the IdMappingWorkflow with a given name, if it exists.
getIdMappingWorkflowAsync 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<ListIdMappingJobsResult> listIdMappingJobsAsync(ListIdMappingJobsRequest request)
AWSEntityResolutionAsyncLists all ID mapping jobs for a given workflow.
listIdMappingJobsAsync in interface AWSEntityResolutionAsyncpublic Future<ListIdMappingJobsResult> listIdMappingJobsAsync(ListIdMappingJobsRequest request, AsyncHandler<ListIdMappingJobsRequest,ListIdMappingJobsResult> asyncHandler)
AWSEntityResolutionAsyncLists all ID mapping jobs for a given workflow.
listIdMappingJobsAsync 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<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 AWSEntityResolutionAsyncpublic 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 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<ListProviderServicesResult> listProviderServicesAsync(ListProviderServicesRequest request)
AWSEntityResolutionAsync
Returns a list of all the ProviderServices that are available in this Amazon Web Services Region.
listProviderServicesAsync in interface AWSEntityResolutionAsyncpublic 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 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<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 AWSEntityResolutionAsyncpublic 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 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<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 AWSEntityResolutionAsyncpublic 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 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 Future<UpdateSchemaMappingResult> updateSchemaMappingAsync(UpdateSchemaMappingRequest request)
AWSEntityResolutionAsyncUpdates 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 AWSEntityResolutionAsyncpublic Future<UpdateSchemaMappingResult> updateSchemaMappingAsync(UpdateSchemaMappingRequest request, AsyncHandler<UpdateSchemaMappingRequest,UpdateSchemaMappingResult> asyncHandler)
AWSEntityResolutionAsyncUpdates 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 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.