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

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

Introduction

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

The text is from its open source code.

Method

ScalingPolicyclone()
StringgetPolicyName()

The name of the scaling policy.

StringgetPolicyType()

The scaling policy type.

StringgetResourceId()

The identifier of the resource associated with the scaling policy.

StringgetScalableDimension()

The scalable dimension.

StringgetServiceNamespace()

The namespace of the AWS service that provides the resource or custom-resource for a resource provided by your own application or service.

StepScalingPolicyConfigurationgetStepScalingPolicyConfiguration()

A step scaling policy.

TargetTrackingScalingPolicyConfigurationgetTargetTrackingScalingPolicyConfiguration()

A target tracking scaling policy.

voidsetPolicyName(String policyName)

The name of the scaling policy.

voidsetResourceId(String resourceId)

The identifier of the resource associated with the scaling policy.