| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
IdMappingTable |
IdMappingTable.clone() |
IdMappingTable |
GetIdMappingTableResult.getIdMappingTable()
The ID mapping table that you requested.
|
IdMappingTable |
CreateIdMappingTableResult.getIdMappingTable()
The ID mapping table that was created.
|
IdMappingTable |
UpdateIdMappingTableResult.getIdMappingTable()
The updated ID mapping table.
|
IdMappingTable |
IdMappingTable.withArn(String arn)
The Amazon Resource Name (ARN) of the ID mapping table.
|
IdMappingTable |
IdMappingTable.withCollaborationArn(String collaborationArn)
The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
|
IdMappingTable |
IdMappingTable.withCollaborationId(String collaborationId)
The unique identifier of the collaboration that contains this ID mapping table.
|
IdMappingTable |
IdMappingTable.withCreateTime(Date createTime)
The time at which the ID mapping table was created.
|
IdMappingTable |
IdMappingTable.withDescription(String description)
The description of the ID mapping table.
|
IdMappingTable |
IdMappingTable.withId(String id)
The unique identifier of the ID mapping table.
|
IdMappingTable |
IdMappingTable.withInputReferenceConfig(IdMappingTableInputReferenceConfig inputReferenceConfig)
The input reference configuration for the ID mapping table.
|
IdMappingTable |
IdMappingTable.withInputReferenceProperties(IdMappingTableInputReferenceProperties inputReferenceProperties)
The input reference properties for the ID mapping table.
|
IdMappingTable |
IdMappingTable.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
|
IdMappingTable |
IdMappingTable.withMembershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.
|
IdMappingTable |
IdMappingTable.withMembershipId(String membershipId)
The unique identifier of the membership resource for the ID mapping table.
|
IdMappingTable |
IdMappingTable.withName(String name)
The name of the ID mapping table.
|
IdMappingTable |
IdMappingTable.withUpdateTime(Date updateTime)
The most recent time at which the ID mapping table was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIdMappingTableResult.setIdMappingTable(IdMappingTable idMappingTable)
The ID mapping table that you requested.
|
void |
CreateIdMappingTableResult.setIdMappingTable(IdMappingTable idMappingTable)
The ID mapping table that was created.
|
void |
UpdateIdMappingTableResult.setIdMappingTable(IdMappingTable idMappingTable)
The updated ID mapping table.
|
GetIdMappingTableResult |
GetIdMappingTableResult.withIdMappingTable(IdMappingTable idMappingTable)
The ID mapping table that you requested.
|
CreateIdMappingTableResult |
CreateIdMappingTableResult.withIdMappingTable(IdMappingTable idMappingTable)
The ID mapping table that was created.
|
UpdateIdMappingTableResult |
UpdateIdMappingTableResult.withIdMappingTable(IdMappingTable idMappingTable)
The updated ID mapping table.
|
Copyright © 2025. All rights reserved.