default AddPolicyStatementResponse |
EntityResolutionClient.addPolicyStatement(Consumer<AddPolicyStatementRequest.Builder> addPolicyStatementRequest) |
Adds a policy statement object.
|
default AddPolicyStatementResponse |
EntityResolutionClient.addPolicyStatement(AddPolicyStatementRequest addPolicyStatementRequest) |
Adds a policy statement object.
|
default CreateIdMappingWorkflowResponse |
EntityResolutionClient.createIdMappingWorkflow(Consumer<CreateIdMappingWorkflowRequest.Builder> createIdMappingWorkflowRequest) |
Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be
run.
|
default CreateIdMappingWorkflowResponse |
EntityResolutionClient.createIdMappingWorkflow(CreateIdMappingWorkflowRequest createIdMappingWorkflowRequest) |
Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be
run.
|
default CreateIdNamespaceResponse |
EntityResolutionClient.createIdNamespace(Consumer<CreateIdNamespaceRequest.Builder> createIdNamespaceRequest) |
Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use
it.
|
default CreateIdNamespaceResponse |
EntityResolutionClient.createIdNamespace(CreateIdNamespaceRequest createIdNamespaceRequest) |
Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use
it.
|
default CreateMatchingWorkflowResponse |
EntityResolutionClient.createMatchingWorkflow(Consumer<CreateMatchingWorkflowRequest.Builder> createMatchingWorkflowRequest) |
Creates a MatchingWorkflow object which stores the configuration of the data processing job to be
run.
|
default CreateMatchingWorkflowResponse |
EntityResolutionClient.createMatchingWorkflow(CreateMatchingWorkflowRequest createMatchingWorkflowRequest) |
Creates a MatchingWorkflow object which stores the configuration of the data processing job to be
run.
|
default CreateSchemaMappingResponse |
EntityResolutionClient.createSchemaMapping(Consumer<CreateSchemaMappingRequest.Builder> createSchemaMappingRequest) |
Creates a schema mapping, which defines the schema of the input customer records table.
|
default CreateSchemaMappingResponse |
EntityResolutionClient.createSchemaMapping(CreateSchemaMappingRequest createSchemaMappingRequest) |
Creates a schema mapping, which defines the schema of the input customer records table.
|
default DeleteIdMappingWorkflowResponse |
EntityResolutionClient.deleteIdMappingWorkflow(Consumer<DeleteIdMappingWorkflowRequest.Builder> deleteIdMappingWorkflowRequest) |
Deletes the IdMappingWorkflow with a given name.
|
default DeleteIdMappingWorkflowResponse |
EntityResolutionClient.deleteIdMappingWorkflow(DeleteIdMappingWorkflowRequest deleteIdMappingWorkflowRequest) |
Deletes the IdMappingWorkflow with a given name.
|
default DeleteMatchingWorkflowResponse |
EntityResolutionClient.deleteMatchingWorkflow(Consumer<DeleteMatchingWorkflowRequest.Builder> deleteMatchingWorkflowRequest) |
Deletes the MatchingWorkflow with a given name.
|
default DeleteMatchingWorkflowResponse |
EntityResolutionClient.deleteMatchingWorkflow(DeleteMatchingWorkflowRequest deleteMatchingWorkflowRequest) |
Deletes the MatchingWorkflow with a given name.
|
default DeletePolicyStatementResponse |
EntityResolutionClient.deletePolicyStatement(Consumer<DeletePolicyStatementRequest.Builder> deletePolicyStatementRequest) |
Deletes the policy statement.
|
default DeletePolicyStatementResponse |
EntityResolutionClient.deletePolicyStatement(DeletePolicyStatementRequest deletePolicyStatementRequest) |
Deletes the policy statement.
|
default DeleteSchemaMappingResponse |
EntityResolutionClient.deleteSchemaMapping(Consumer<DeleteSchemaMappingRequest.Builder> deleteSchemaMappingRequest) |
Deletes the SchemaMapping with a given name.
|
default DeleteSchemaMappingResponse |
EntityResolutionClient.deleteSchemaMapping(DeleteSchemaMappingRequest deleteSchemaMappingRequest) |
Deletes the SchemaMapping with a given name.
|
default PutPolicyResponse |
EntityResolutionClient.putPolicy(Consumer<PutPolicyRequest.Builder> putPolicyRequest) |
Updates the resource-based policy.
|
default PutPolicyResponse |
EntityResolutionClient.putPolicy(PutPolicyRequest putPolicyRequest) |
Updates the resource-based policy.
|
default StartIdMappingJobResponse |
EntityResolutionClient.startIdMappingJob(Consumer<StartIdMappingJobRequest.Builder> startIdMappingJobRequest) |
Starts the IdMappingJob of a workflow.
|
default StartIdMappingJobResponse |
EntityResolutionClient.startIdMappingJob(StartIdMappingJobRequest startIdMappingJobRequest) |
Starts the IdMappingJob of a workflow.
|
default StartMatchingJobResponse |
EntityResolutionClient.startMatchingJob(Consumer<StartMatchingJobRequest.Builder> startMatchingJobRequest) |
Starts the MatchingJob of a workflow.
|
default StartMatchingJobResponse |
EntityResolutionClient.startMatchingJob(StartMatchingJobRequest startMatchingJobRequest) |
Starts the MatchingJob of a workflow.
|
default UpdateSchemaMappingResponse |
EntityResolutionClient.updateSchemaMapping(Consumer<UpdateSchemaMappingRequest.Builder> updateSchemaMappingRequest) |
Updates a schema mapping.
|
default UpdateSchemaMappingResponse |
EntityResolutionClient.updateSchemaMapping(UpdateSchemaMappingRequest updateSchemaMappingRequest) |
Updates a schema mapping.
|