| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisMethod |
Schema.analysisMethod()
The analysis method for the schema.
|
AnalysisMethod |
SchemaSummary.analysisMethod()
The analysis method for the associated schema.
|
AnalysisMethod |
ConfiguredTableSummary.analysisMethod()
The analysis method for the configured tables.
|
AnalysisMethod |
ConfiguredTable.analysisMethod()
The analysis method for the configured table.
|
AnalysisMethod |
CreateConfiguredTableRequest.analysisMethod()
The analysis method for the configured tables.
|
static AnalysisMethod |
AnalysisMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AnalysisMethod> |
AnalysisMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the schema.
|
SchemaSummary.Builder |
SchemaSummary.Builder.analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the associated schema.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured tables.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured table.
|
CreateConfiguredTableRequest.Builder |
CreateConfiguredTableRequest.Builder.analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured tables.
|
Copyright © 2023. All rights reserved.