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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAutoScalingGroupName()

The name of the Auto Scaling group.

voidsetAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.

voidsetDesiredCapacity(Integer desiredCapacity)

The number of EC2 instances that should be running in the Auto Scaling group.

voidsetLaunchConfigurationName(String launchConfigurationName)

The name of the launch configuration.

voidsetMaxSize(Integer maxSize)

The maximum size of the Auto Scaling group.

voidsetMinSize(Integer minSize)

The minimum size of the Auto Scaling group.

voidsetTerminationPolicies(java.util.Collection terminationPolicies)

A standalone termination policy or a list of termination policies used to select the instance to terminate.

voidsetVPCZoneIdentifier(String vPCZoneIdentifier)

A comma-separated list of subnet IDs for virtual private cloud (VPC).

UpdateAutoScalingGroupRequestwithMinSize(Integer minSize)

The minimum size of the Auto Scaling group.