| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
GetIdNamespaceResult |
AbstractAWSEntityResolution.getIdNamespace(GetIdNamespaceRequest request) |
GetIdNamespaceResult |
AWSEntityResolution.getIdNamespace(GetIdNamespaceRequest getIdNamespaceRequest)
Returns the
IdNamespace with a given name, if it exists. |
GetIdNamespaceResult |
AWSEntityResolutionClient.getIdNamespace(GetIdNamespaceRequest request)
Returns the
IdNamespace with a given name, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIdNamespaceResult> |
AWSEntityResolutionAsyncClient.getIdNamespaceAsync(GetIdNamespaceRequest request,
AsyncHandler<GetIdNamespaceRequest,GetIdNamespaceResult> asyncHandler) |
Future<GetIdNamespaceResult> |
AWSEntityResolutionAsync.getIdNamespaceAsync(GetIdNamespaceRequest getIdNamespaceRequest,
AsyncHandler<GetIdNamespaceRequest,GetIdNamespaceResult> asyncHandler)
Returns the
IdNamespace with a given name, if it exists. |
Future<GetIdNamespaceResult> |
AbstractAWSEntityResolutionAsync.getIdNamespaceAsync(GetIdNamespaceRequest request,
AsyncHandler<GetIdNamespaceRequest,GetIdNamespaceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIdNamespaceResult |
GetIdNamespaceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetIdNamespaceResult |
GetIdNamespaceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetIdNamespaceResult |
GetIdNamespaceResult.clone() |
GetIdNamespaceResult |
GetIdNamespaceResult.withCreatedAt(Date createdAt)
The timestamp of when the ID namespace was created.
|
GetIdNamespaceResult |
GetIdNamespaceResult.withDescription(String description)
The description of the ID namespace.
|
GetIdNamespaceResult |
GetIdNamespaceResult.withIdMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)
Determines the properties of
IdMappingWorkflow where this IdNamespace can be used as a
Source or a Target. |
GetIdNamespaceResult |
GetIdNamespaceResult.withIdMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties)
Determines the properties of
IdMappingWorkflow where this IdNamespace can be used as a
Source or a Target. |
GetIdNamespaceResult |
GetIdNamespaceResult.withIdNamespaceArn(String idNamespaceArn)
The Amazon Resource Name (ARN) of the ID namespace.
|
GetIdNamespaceResult |
GetIdNamespaceResult.withIdNamespaceName(String idNamespaceName)
The name of the ID namespace.
|
GetIdNamespaceResult |
GetIdNamespaceResult.withInputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
GetIdNamespaceResult |
GetIdNamespaceResult.withInputSourceConfig(IdNamespaceInputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
GetIdNamespaceResult |
GetIdNamespaceResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
GetIdNamespaceResult |
GetIdNamespaceResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetIdNamespaceResult |
GetIdNamespaceResult.withType(IdNamespaceType type)
The type of ID namespace.
|
GetIdNamespaceResult |
GetIdNamespaceResult.withType(String type)
The type of ID namespace.
|
GetIdNamespaceResult |
GetIdNamespaceResult.withUpdatedAt(Date updatedAt)
The timestamp of when the ID namespace was last updated.
|
Copyright © 2024. All rights reserved.