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