| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAnalysisRuleType |
UpdateConfiguredTableAnalysisRuleRequest.analysisRuleType()
The analysis rule type to be updated.
|
ConfiguredTableAnalysisRuleType |
DeleteConfiguredTableAnalysisRuleRequest.analysisRuleType()
The analysis rule type to be deleted.
|
ConfiguredTableAnalysisRuleType |
CreateConfiguredTableAnalysisRuleRequest.analysisRuleType()
The type of analysis rule.
|
ConfiguredTableAnalysisRuleType |
GetConfiguredTableAnalysisRuleRequest.analysisRuleType()
The analysis rule to be retrieved.
|
static ConfiguredTableAnalysisRuleType |
ConfiguredTableAnalysisRuleType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ConfiguredTableAnalysisRuleType |
ConfiguredTableAnalysisRule.type()
The type of configured table analysis rule.
|
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 |
|---|---|
List<ConfiguredTableAnalysisRuleType> |
ConfiguredTableSummary.analysisRuleTypes()
The types of analysis rules associated with this configured table.
|
List<ConfiguredTableAnalysisRuleType> |
ConfiguredTable.analysisRuleTypes()
The types of analysis rules associated with this configured table.
|
static Set<ConfiguredTableAnalysisRuleType> |
ConfiguredTableAnalysisRuleType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConfiguredTableAnalysisRuleRequest.Builder |
UpdateConfiguredTableAnalysisRuleRequest.Builder.analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule type to be updated.
|
DeleteConfiguredTableAnalysisRuleRequest.Builder |
DeleteConfiguredTableAnalysisRuleRequest.Builder.analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule type to be deleted.
|
CreateConfiguredTableAnalysisRuleRequest.Builder |
CreateConfiguredTableAnalysisRuleRequest.Builder.analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The type of analysis rule.
|
GetConfiguredTableAnalysisRuleRequest.Builder |
GetConfiguredTableAnalysisRuleRequest.Builder.analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule to be retrieved.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTableAnalysisRule.Builder |
ConfiguredTableAnalysisRule.Builder.type(ConfiguredTableAnalysisRuleType type)
The type of configured table analysis rule.
|
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
Copyright © 2023. All rights reserved.