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

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

Introduction

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

The text is from its open source code.

Method

StringgetAdjustmentType()

The adjustment type, which specifies how ScalingAdjustment is interpreted.

StringgetAutoScalingGroupName()

The name of the Auto Scaling group.

IntegergetCooldown()

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

StringgetPolicyARN()

The Amazon Resource Name (ARN) of the policy.

StringgetPolicyName()

The name of the scaling policy.

IntegergetScalingAdjustment()

The amount by which to scale, based on the specified adjustment type.