| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
IdNamespaceSummary |
IdNamespaceSummary.clone() |
IdNamespaceSummary |
IdNamespaceSummary.withCreatedAt(Date createdAt)
The timestamp of when the ID namespace was created.
|
IdNamespaceSummary |
IdNamespaceSummary.withDescription(String description)
The description of the ID namespace.
|
IdNamespaceSummary |
IdNamespaceSummary.withIdNamespaceArn(String idNamespaceArn)
The Amazon Resource Name (ARN) of the ID namespace.
|
IdNamespaceSummary |
IdNamespaceSummary.withIdNamespaceName(String idNamespaceName)
The name of the ID namespace.
|
IdNamespaceSummary |
IdNamespaceSummary.withType(IdNamespaceType type)
The type of ID namespace.
|
IdNamespaceSummary |
IdNamespaceSummary.withType(String type)
The type of ID namespace.
|
IdNamespaceSummary |
IdNamespaceSummary.withUpdatedAt(Date updatedAt)
The timestamp of when the ID namespace was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdNamespaceSummary> |
ListIdNamespacesResult.getIdNamespaceSummaries()
A list of
IdNamespaceSummaries objects. |
| Modifier and Type | Method and Description |
|---|---|
ListIdNamespacesResult |
ListIdNamespacesResult.withIdNamespaceSummaries(IdNamespaceSummary... idNamespaceSummaries)
A list of
IdNamespaceSummaries objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIdNamespacesResult.setIdNamespaceSummaries(Collection<IdNamespaceSummary> idNamespaceSummaries)
A list of
IdNamespaceSummaries objects. |
ListIdNamespacesResult |
ListIdNamespacesResult.withIdNamespaceSummaries(Collection<IdNamespaceSummary> idNamespaceSummaries)
A list of
IdNamespaceSummaries objects. |
Copyright © 2024. All rights reserved.