| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static ConfiguredTableAnalysisRuleType |
ConfiguredTableAnalysisRuleType.fromValue(String value)
Use this in place of valueOf.
|
static ConfiguredTableAnalysisRuleType |
ConfiguredTableAnalysisRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfiguredTableAnalysisRuleType[] |
ConfiguredTableAnalysisRuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetConfiguredTableAnalysisRuleRequest |
GetConfiguredTableAnalysisRuleRequest.withAnalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule to be retrieved.
|
CreateConfiguredTableAnalysisRuleRequest |
CreateConfiguredTableAnalysisRuleRequest.withAnalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The type of analysis rule.
|
DeleteConfiguredTableAnalysisRuleRequest |
DeleteConfiguredTableAnalysisRuleRequest.withAnalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule type to be deleted.
|
UpdateConfiguredTableAnalysisRuleRequest |
UpdateConfiguredTableAnalysisRuleRequest.withAnalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule type to be updated.
|
ConfiguredTable |
ConfiguredTable.withAnalysisRuleTypes(ConfiguredTableAnalysisRuleType... 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.
|
ConfiguredTableAnalysisRule |
ConfiguredTableAnalysisRule.withType(ConfiguredTableAnalysisRuleType type)
The type of configured table analysis rule.
|
Copyright © 2023. All rights reserved.