Uses of Class
software.amazon.awssdk.services.forecast.model.FeaturizationMethodName
-
Packages that use FeaturizationMethodName Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of FeaturizationMethodName in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return FeaturizationMethodName Modifier and Type Method Description FeaturizationMethodNameFeaturizationMethod. featurizationMethodName()The name of the method.static FeaturizationMethodNameFeaturizationMethodName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FeaturizationMethodNameFeaturizationMethodName. valueOf(String name)Returns the enum constant of this type with the specified name.static FeaturizationMethodName[]FeaturizationMethodName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type FeaturizationMethodName Modifier and Type Method Description static Set<FeaturizationMethodName>FeaturizationMethodName. knownValues()Methods in software.amazon.awssdk.services.forecast.model with parameters of type FeaturizationMethodName Modifier and Type Method Description FeaturizationMethod.BuilderFeaturizationMethod.Builder. featurizationMethodName(FeaturizationMethodName featurizationMethodName)The name of the method.
-