Uses of Class
software.amazon.awssdk.services.forecast.model.Month
-
Packages that use Month Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of Month in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return Month Modifier and Type Method Description static MonthMonth. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonthTimeAlignmentBoundary. month()The month to use for time alignment during aggregation.static MonthMonth. valueOf(String name)Returns the enum constant of this type with the specified name.static Month[]Month. 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 Month Modifier and Type Method Description static Set<Month>Month. knownValues()Methods in software.amazon.awssdk.services.forecast.model with parameters of type Month Modifier and Type Method Description TimeAlignmentBoundary.BuilderTimeAlignmentBoundary.Builder. month(Month month)The month to use for time alignment during aggregation.
-