| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisRuleType |
AnalysisRuleType.fromValue(String value)
Use this in place of valueOf.
|
static AnalysisRuleType |
AnalysisRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisRuleType[] |
AnalysisRuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaSummary |
SchemaSummary.withAnalysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
Schema |
Schema.withAnalysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The analysis rule types associated with the schema.
|
AnalysisRule |
AnalysisRule.withType(AnalysisRuleType type)
The type of analysis rule.
|
GetSchemaAnalysisRuleRequest |
GetSchemaAnalysisRuleRequest.withType(AnalysisRuleType type)
The type of the schema analysis rule to retrieve.
|
Copyright © 2023. All rights reserved.