Uses of Enum
com.amazonaws.services.applicationautoscaling.model.ScalableDimension
Packages that use ScalableDimension
-
Uses of ScalableDimension in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return ScalableDimensionModifier and TypeMethodDescriptionstatic ScalableDimension
Use this in place of valueOf.static ScalableDimension
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 com.amazonaws.services.applicationautoscaling.model with parameters of type ScalableDimensionModifier and TypeMethodDescriptionvoid
DeleteScalingPolicyRequest.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling policy.void
DeregisterScalableTargetRequest.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scalable target.void
DescribeScalableTargetsRequest.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scalable target.void
DescribeScalingActivitiesRequest.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling activity.void
DescribeScalingPoliciesRequest.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension of the scalable target that the scaling policy is associated with.void
PutScalingPolicyRequest.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension of the scalable target that this scaling policy applies to.void
RegisterScalableTargetRequest.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scalable target.void
ScalableTarget.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scalable target.void
ScalingActivity.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling activity.void
ScalingPolicy.setScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling policy.DeleteScalingPolicyRequest.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling policy.DeregisterScalableTargetRequest.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scalable target.DescribeScalableTargetsRequest.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scalable target.DescribeScalingActivitiesRequest.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling activity.DescribeScalingPoliciesRequest.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension of the scalable target that the scaling policy is associated with.PutScalingPolicyRequest.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension of the scalable target that this scaling policy applies to.RegisterScalableTargetRequest.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scalable target.ScalableTarget.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scalable target.ScalingActivity.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling activity.ScalingPolicy.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling policy.