| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
IdMappingTableSummary |
IdMappingTableSummary.clone() |
IdMappingTableSummary |
IdMappingTableSummary.withArn(String arn)
The Amazon Resource Name (ARN) of this ID mapping table.
|
IdMappingTableSummary |
IdMappingTableSummary.withCollaborationArn(String collaborationArn)
The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
|
IdMappingTableSummary |
IdMappingTableSummary.withCollaborationId(String collaborationId)
The unique identifier of the collaboration that contains this ID mapping table.
|
IdMappingTableSummary |
IdMappingTableSummary.withCreateTime(Date createTime)
The time at which this ID mapping table was created.
|
IdMappingTableSummary |
IdMappingTableSummary.withDescription(String description)
The description of this ID mapping table.
|
IdMappingTableSummary |
IdMappingTableSummary.withId(String id)
The unique identifier of this ID mapping table.
|
IdMappingTableSummary |
IdMappingTableSummary.withInputReferenceConfig(IdMappingTableInputReferenceConfig inputReferenceConfig)
The input reference configuration for the ID mapping table.
|
IdMappingTableSummary |
IdMappingTableSummary.withMembershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.
|
IdMappingTableSummary |
IdMappingTableSummary.withMembershipId(String membershipId)
The unique identifier of the membership resource for this ID mapping table.
|
IdMappingTableSummary |
IdMappingTableSummary.withName(String name)
The name of this ID mapping table.
|
IdMappingTableSummary |
IdMappingTableSummary.withUpdateTime(Date updateTime)
The most recent time at which this ID mapping table was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdMappingTableSummary> |
ListIdMappingTablesResult.getIdMappingTableSummaries()
The summary information of the ID mapping tables that you requested.
|
| Modifier and Type | Method and Description |
|---|---|
ListIdMappingTablesResult |
ListIdMappingTablesResult.withIdMappingTableSummaries(IdMappingTableSummary... idMappingTableSummaries)
The summary information of the ID mapping tables that you requested.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIdMappingTablesResult.setIdMappingTableSummaries(Collection<IdMappingTableSummary> idMappingTableSummaries)
The summary information of the ID mapping tables that you requested.
|
ListIdMappingTablesResult |
ListIdMappingTablesResult.withIdMappingTableSummaries(Collection<IdMappingTableSummary> idMappingTableSummaries)
The summary information of the ID mapping tables that you requested.
|
Copyright © 2024. All rights reserved.