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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAutoScalingGroupARN()

The Amazon Resource Name (ARN) of the Auto Scaling group.

StringgetAutoScalingGroupName()

The name of the Auto Scaling group.

java.util.ListgetAvailabilityZones()

One or more Availability Zones for the group.

java.util.DategetCreatedTime()

The date and time the group was created.

IntegergetDefaultCooldown()

The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.

IntegergetDesiredCapacity()

The desired size of the group.

java.util.ListgetEnabledMetrics()

The metrics enabled for the group.

IntegergetHealthCheckGracePeriod()

The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

StringgetHealthCheckType()

The service to use for the health checks.

java.util.ListgetInstances()

The EC2 instances associated with the group.

StringgetLaunchConfigurationName()

The name of the associated launch configuration.

java.util.ListgetLoadBalancerNames()

One or more load balancers associated with the group.

IntegergetMaxSize()

The maximum size of the group.

IntegergetMinSize()

The minimum size of the group.

StringgetPlacementGroup()

The name of the placement group into which to launch your instances, if any.

StringgetStatus()

The current state of the group when DeleteAutoScalingGroup is in progress.

java.util.ListgetSuspendedProcesses()

The suspended processes associated with the group.

java.util.ListgetTags()

The tags for the group.

java.util.ListgetTargetGroupARNs()

The Amazon Resource Names (ARN) of the target groups for your load balancer.

java.util.ListgetTerminationPolicies()

The termination policies for the group.

StringgetVPCZoneIdentifier()

One or more subnet IDs, if applicable, separated by commas.

voidsetAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.