| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
GetIdMappingWorkflowResult |
AbstractAWSEntityResolution.getIdMappingWorkflow(GetIdMappingWorkflowRequest request) |
GetIdMappingWorkflowResult |
AWSEntityResolution.getIdMappingWorkflow(GetIdMappingWorkflowRequest getIdMappingWorkflowRequest)
Returns the
IdMappingWorkflow with a given name, if it exists. |
GetIdMappingWorkflowResult |
AWSEntityResolutionClient.getIdMappingWorkflow(GetIdMappingWorkflowRequest request)
Returns the
IdMappingWorkflow with a given name, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIdMappingWorkflowResult> |
AbstractAWSEntityResolutionAsync.getIdMappingWorkflowAsync(GetIdMappingWorkflowRequest request,
AsyncHandler<GetIdMappingWorkflowRequest,GetIdMappingWorkflowResult> asyncHandler) |
Future<GetIdMappingWorkflowResult> |
AWSEntityResolutionAsync.getIdMappingWorkflowAsync(GetIdMappingWorkflowRequest getIdMappingWorkflowRequest,
AsyncHandler<GetIdMappingWorkflowRequest,GetIdMappingWorkflowResult> asyncHandler)
Returns the
IdMappingWorkflow with a given name, if it exists. |
Future<GetIdMappingWorkflowResult> |
AWSEntityResolutionAsyncClient.getIdMappingWorkflowAsync(GetIdMappingWorkflowRequest request,
AsyncHandler<GetIdMappingWorkflowRequest,GetIdMappingWorkflowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.clone() |
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withCreatedAt(Date createdAt)
The timestamp of when the workflow was created.
|
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withDescription(String description)
A description of the workflow.
|
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withIdMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the
idMappingType and the providerProperties. |
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withInputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withInputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withOutputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path and
KMSArn. |
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withOutputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path and
KMSArn. |
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withUpdatedAt(Date updatedAt)
The timestamp of when the workflow was last updated.
|
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IdMappingWorkflow . |
GetIdMappingWorkflowResult |
GetIdMappingWorkflowResult.withWorkflowName(String workflowName)
The name of the workflow.
|
Copyright © 2024. All rights reserved.