Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.ScalableDimension
-
Packages that use ScalableDimension Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of ScalableDimension in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return ScalableDimension Modifier and Type Method Description static ScalableDimensionScalableDimension. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScalableDimensionGetScalingPlanResourceForecastDataRequest. scalableDimension()The scalable dimension for the resource.ScalableDimensionScalingInstruction. scalableDimension()The scalable dimension associated with the resource.ScalableDimensionScalingPlanResource. scalableDimension()The scalable dimension for the resource.static ScalableDimensionScalableDimension. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalableDimension[]ScalableDimension. 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 ScalableDimension Modifier and Type Method Description static Set<ScalableDimension>ScalableDimension. knownValues()Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type ScalableDimension Modifier and Type Method Description GetScalingPlanResourceForecastDataRequest.BuilderGetScalingPlanResourceForecastDataRequest.Builder. scalableDimension(ScalableDimension scalableDimension)The scalable dimension for the resource.ScalingInstruction.BuilderScalingInstruction.Builder. scalableDimension(ScalableDimension scalableDimension)The scalable dimension associated with the resource.ScalingPlanResource.BuilderScalingPlanResource.Builder. scalableDimension(ScalableDimension scalableDimension)The scalable dimension for the resource.
-