Uses of Class
com.amazonaws.services.applicationautoscaling.model.ScalingPolicy
Packages that use ScalingPolicy
-
Uses of ScalingPolicy in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return ScalingPolicyModifier and TypeMethodDescriptionScalingPolicy.clone()
ScalingPolicy.withAlarms
(Alarm... alarms) The CloudWatch alarms that are associated with the scaling policy.ScalingPolicy.withAlarms
(Collection<Alarm> alarms) The CloudWatch alarms that are associated with the scaling policy.ScalingPolicy.withCreationTime
(Date creationTime) The Unix timestamp for when the scaling policy was created.ScalingPolicy.withPolicyARN
(String policyARN) The Amazon Resource Name (ARN) of the scaling policy.ScalingPolicy.withPolicyName
(String policyName) The name of the scaling policy.ScalingPolicy.withPolicyType
(PolicyType policyType) The scaling policy type.ScalingPolicy.withPolicyType
(String policyType) The scaling policy type.ScalingPolicy.withResourceId
(String resourceId) The unique identifier string for the resource associated with the scaling policy.ScalingPolicy.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling policy.ScalingPolicy.withScalableDimension
(String scalableDimension) The scalable dimension associated with the scaling policy.ScalingPolicy.withServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling policy is associated with.ScalingPolicy.withServiceNamespace
(String serviceNamespace) The namespace for the AWS service that the scaling policy is associated with.ScalingPolicy.withStepScalingPolicyConfiguration
(StepScalingPolicyConfiguration stepScalingPolicyConfiguration) The configuration for the step scaling policy.Methods in com.amazonaws.services.applicationautoscaling.model that return types with arguments of type ScalingPolicyModifier and TypeMethodDescriptionDescribeScalingPoliciesResult.getScalingPolicies()
A list of scaling policy objects.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type ScalingPolicyModifier and TypeMethodDescriptionDescribeScalingPoliciesResult.withScalingPolicies
(ScalingPolicy... scalingPolicies) A list of scaling policy objects.Method parameters in com.amazonaws.services.applicationautoscaling.model with type arguments of type ScalingPolicyModifier and TypeMethodDescriptionvoid
DescribeScalingPoliciesResult.setScalingPolicies
(Collection<ScalingPolicy> scalingPolicies) A list of scaling policy objects.DescribeScalingPoliciesResult.withScalingPolicies
(Collection<ScalingPolicy> scalingPolicies) A list of scaling policy objects.