| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisRuleType |
AnalysisRuleType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AnalysisRuleType |
GetSchemaAnalysisRuleRequest.type()
The type of the schema analysis rule to retrieve.
|
AnalysisRuleType |
AnalysisRule.type()
The type of analysis rule.
|
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 |
|---|---|
List<AnalysisRuleType> |
Schema.analysisRuleTypes()
The analysis rule types associated with the schema.
|
List<AnalysisRuleType> |
SchemaSummary.analysisRuleTypes()
The types of analysis rules that are associated with this schema object.
|
static Set<AnalysisRuleType> |
AnalysisRuleType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.analysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The analysis rule types associated with the schema.
|
SchemaSummary.Builder |
SchemaSummary.Builder.analysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
GetSchemaAnalysisRuleRequest.Builder |
GetSchemaAnalysisRuleRequest.Builder.type(AnalysisRuleType type)
The type of the schema analysis rule to retrieve.
|
AnalysisRule.Builder |
AnalysisRule.Builder.type(AnalysisRuleType type)
The type of analysis rule.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.analysisRuleTypes(Collection<AnalysisRuleType> analysisRuleTypes)
The analysis rule types associated with the schema.
|
SchemaSummary.Builder |
SchemaSummary.Builder.analysisRuleTypes(Collection<AnalysisRuleType> analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
Copyright © 2023. All rights reserved.