| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisMethod |
AnalysisMethod.fromValue(String value)
Use this in place of valueOf.
|
static AnalysisMethod |
AnalysisMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisMethod[] |
AnalysisMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableSummary |
ConfiguredTableSummary.withAnalysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured tables.
|
CreateConfiguredTableRequest |
CreateConfiguredTableRequest.withAnalysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured tables.
|
Schema |
Schema.withAnalysisMethod(AnalysisMethod analysisMethod)
The analysis method for the schema.
|
SchemaSummary |
SchemaSummary.withAnalysisMethod(AnalysisMethod analysisMethod)
The analysis method for the associated schema.
|
ConfiguredTable |
ConfiguredTable.withAnalysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured table.
|
Copyright © 2024. All rights reserved.