| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableSummary |
ConfiguredTableSummary.clone() |
ConfiguredTableSummary |
ConfiguredTableSummary.withAnalysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured tables.
|
ConfiguredTableSummary |
ConfiguredTableSummary.withAnalysisMethod(String analysisMethod)
The analysis method for the configured tables.
|
ConfiguredTableSummary |
ConfiguredTableSummary.withAnalysisRuleTypes(Collection<String> analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary |
ConfiguredTableSummary.withAnalysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary |
ConfiguredTableSummary.withAnalysisRuleTypes(String... analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary |
ConfiguredTableSummary.withArn(String arn)
The unique ARN of the configured table.
|
ConfiguredTableSummary |
ConfiguredTableSummary.withCreateTime(Date createTime)
The time the configured table was created.
|
ConfiguredTableSummary |
ConfiguredTableSummary.withId(String id)
The unique ID of the configured table.
|
ConfiguredTableSummary |
ConfiguredTableSummary.withName(String name)
The name of the configured table.
|
ConfiguredTableSummary |
ConfiguredTableSummary.withUpdateTime(Date updateTime)
The time the configured table was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfiguredTableSummary> |
ListConfiguredTablesResult.getConfiguredTableSummaries()
The configured tables listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfiguredTablesResult |
ListConfiguredTablesResult.withConfiguredTableSummaries(ConfiguredTableSummary... configuredTableSummaries)
The configured tables listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConfiguredTablesResult.setConfiguredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries)
The configured tables listed by the request.
|
ListConfiguredTablesResult |
ListConfiguredTablesResult.withConfiguredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries)
The configured tables listed by the request.
|
Copyright © 2024. All rights reserved.