Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AnalysisMethod
-
Packages that use AnalysisMethod Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalysisMethod in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AnalysisMethod Modifier and Type Method Description AnalysisMethodConfiguredTable. analysisMethod()The analysis method for the configured table.AnalysisMethodConfiguredTableSummary. analysisMethod()The analysis method for the configured tables.AnalysisMethodCreateConfiguredTableRequest. analysisMethod()The analysis method for the configured tables.AnalysisMethodSchema. analysisMethod()The analysis method for the schema.AnalysisMethodSchemaSummary. analysisMethod()The analysis method for the associated schema.static AnalysisMethodAnalysisMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AnalysisMethodAnalysisMethod. 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.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AnalysisMethod Modifier and Type Method Description static Set<AnalysisMethod>AnalysisMethod. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AnalysisMethod Modifier and Type Method Description ConfiguredTable.BuilderConfiguredTable.Builder. analysisMethod(AnalysisMethod analysisMethod)The analysis method for the configured table.ConfiguredTableSummary.BuilderConfiguredTableSummary.Builder. analysisMethod(AnalysisMethod analysisMethod)The analysis method for the configured tables.CreateConfiguredTableRequest.BuilderCreateConfiguredTableRequest.Builder. analysisMethod(AnalysisMethod analysisMethod)The analysis method for the configured tables.Schema.BuilderSchema.Builder. analysisMethod(AnalysisMethod analysisMethod)The analysis method for the schema.SchemaSummary.BuilderSchemaSummary.Builder. analysisMethod(AnalysisMethod analysisMethod)The analysis method for the associated schema.
-