| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAssociationSummary |
ConfiguredTableAssociationSummary.clone() |
ConfiguredTableAssociationSummary |
ConfiguredTableAssociationSummary.withArn(String arn)
The unique ARN for the configured table association.
|
ConfiguredTableAssociationSummary |
ConfiguredTableAssociationSummary.withConfiguredTableId(String configuredTableId)
The unique configured table ID that this configured table association refers to.
|
ConfiguredTableAssociationSummary |
ConfiguredTableAssociationSummary.withCreateTime(Date createTime)
The time the configured table association was created.
|
ConfiguredTableAssociationSummary |
ConfiguredTableAssociationSummary.withId(String id)
The unique ID for the configured table association.
|
ConfiguredTableAssociationSummary |
ConfiguredTableAssociationSummary.withMembershipArn(String membershipArn)
The unique ARN for the membership that the configured table association belongs to.
|
ConfiguredTableAssociationSummary |
ConfiguredTableAssociationSummary.withMembershipId(String membershipId)
The unique ID for the membership that the configured table association belongs to.
|
ConfiguredTableAssociationSummary |
ConfiguredTableAssociationSummary.withName(String name)
The name of the configured table association.
|
ConfiguredTableAssociationSummary |
ConfiguredTableAssociationSummary.withUpdateTime(Date updateTime)
The time the configured table association was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfiguredTableAssociationSummary> |
ListConfiguredTableAssociationsResult.getConfiguredTableAssociationSummaries()
The retrieved list of configured table associations.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfiguredTableAssociationsResult |
ListConfiguredTableAssociationsResult.withConfiguredTableAssociationSummaries(ConfiguredTableAssociationSummary... configuredTableAssociationSummaries)
The retrieved list of configured table associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConfiguredTableAssociationsResult.setConfiguredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)
The retrieved list of configured table associations.
|
ListConfiguredTableAssociationsResult |
ListConfiguredTableAssociationsResult.withConfiguredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)
The retrieved list of configured table associations.
|
Copyright © 2023. All rights reserved.