Java com.amazonaws.services.autoscaling.model PutScalingPolicyRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.autoscaling.model PutScalingPolicyRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.autoscaling.model PutScalingPolicyRequest.

The text is from its open source code.

Constructor

Method

voidsetAdjustmentType(String adjustmentType)

Specifies whether the ScalingAdjustment parameter is an absolute number or a percentage of the current capacity.

voidsetAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.

voidsetCooldown(Integer cooldown)

The amount of time, in seconds, after a scaling activity completes before any further dynamic scaling activities can start.

voidsetPolicyName(String policyName)

The name of the policy.

voidsetScalingAdjustment(Integer scalingAdjustment)

The amount by which a simple scaling policy scales the Auto Scaling group in response to an alarm breach.

PutScalingPolicyRequestwithPolicyName(String policyName)

The name of the policy.