Uses of Class
com.amazonaws.services.autoscaling.model.PutScalingPolicyRequest
Packages that use PutScalingPolicyRequest
-
Uses of PutScalingPolicyRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type PutScalingPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.putScalingPolicy(PutScalingPolicyRequest request) AmazonAutoScaling.putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest) Creates or updates a policy for an Auto Scaling group.AmazonAutoScalingClient.putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest) Creates or updates a policy for an Auto Scaling group.AbstractAmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest request) AbstractAmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) AmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest) Creates or updates a policy for an Auto Scaling group.AmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) Creates or updates a policy for an Auto Scaling group.AmazonAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest request) AmazonAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type PutScalingPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) AmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) Creates or updates a policy for an Auto Scaling group.AmazonAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) -
Uses of PutScalingPolicyRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return PutScalingPolicyRequestModifier and TypeMethodDescriptionPutScalingPolicyRequest.clone()PutScalingPolicyRequest.withAdjustmentType(String adjustmentType) The adjustment type.PutScalingPolicyRequest.withAutoScalingGroupName(String autoScalingGroupName) The name or ARN of the group.PutScalingPolicyRequest.withCooldown(Integer cooldown) The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start.PutScalingPolicyRequest.withEstimatedInstanceWarmup(Integer estimatedInstanceWarmup) The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.PutScalingPolicyRequest.withMetricAggregationType(String metricAggregationType) The aggregation type for the CloudWatch metrics.PutScalingPolicyRequest.withMinAdjustmentMagnitude(Integer minAdjustmentMagnitude) The minimum number of instances to scale.PutScalingPolicyRequest.withMinAdjustmentStep(Integer minAdjustmentStep) Available for backward compatibility.PutScalingPolicyRequest.withPolicyName(String policyName) The name of the policy.PutScalingPolicyRequest.withPolicyType(String policyType) The policy type.PutScalingPolicyRequest.withScalingAdjustment(Integer scalingAdjustment) The amount by which to scale, based on the specified adjustment type.PutScalingPolicyRequest.withStepAdjustments(StepAdjustment... stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.PutScalingPolicyRequest.withStepAdjustments(Collection<StepAdjustment> stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.