Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AutoScalingGroup> |
DescribeAutoScalingGroupsResult.autoScalingGroups
The groups.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingGroup |
AutoScalingGroup.clone() |
AutoScalingGroup |
AutoScalingGroup.withAutoScalingGroupARN(java.lang.String autoScalingGroupARN)
The Amazon Resource Name (ARN) of the group.
|
AutoScalingGroup |
AutoScalingGroup.withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
|
AutoScalingGroup |
AutoScalingGroup.withAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
One or more Availability Zones for the group.
|
AutoScalingGroup |
AutoScalingGroup.withAvailabilityZones(java.lang.String... availabilityZones)
One or more Availability Zones for the group.
|
AutoScalingGroup |
AutoScalingGroup.withCreatedTime(java.util.Date createdTime)
The date and time the group was created.
|
AutoScalingGroup |
AutoScalingGroup.withDefaultCooldown(java.lang.Integer defaultCooldown)
The amount of time, in seconds, after a scaling activity completes before
another scaling activity can start.
|
AutoScalingGroup |
AutoScalingGroup.withDesiredCapacity(java.lang.Integer desiredCapacity)
The desired size of the group.
|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(java.util.Collection<EnabledMetric> enabledMetrics)
The metrics enabled for the group.
|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(EnabledMetric... enabledMetrics)
The metrics enabled for the group.
|
AutoScalingGroup |
AutoScalingGroup.withHealthCheckGracePeriod(java.lang.Integer healthCheckGracePeriod)
The amount of time, in seconds, that Auto Scaling waits before checking
the health status of an EC2 instance that has come into service.
|
AutoScalingGroup |
AutoScalingGroup.withHealthCheckType(java.lang.String healthCheckType)
The service to use for the health checks.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(java.util.Collection<Instance> instances)
The EC2 instances associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(Instance... instances)
The EC2 instances associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withLaunchConfigurationName(java.lang.String launchConfigurationName)
The name of the associated launch configuration.
|
AutoScalingGroup |
AutoScalingGroup.withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
One or more load balancers associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withLoadBalancerNames(java.lang.String... loadBalancerNames)
One or more load balancers associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withMaxSize(java.lang.Integer maxSize)
The maximum size of the group.
|
AutoScalingGroup |
AutoScalingGroup.withMinSize(java.lang.Integer minSize)
The minimum size of the group.
|
AutoScalingGroup |
AutoScalingGroup.withNewInstancesProtectedFromScaleIn(java.lang.Boolean newInstancesProtectedFromScaleIn)
Indicates whether newly launched instances are protected from termination
by Auto Scaling when scaling in.
|
AutoScalingGroup |
AutoScalingGroup.withPlacementGroup(java.lang.String placementGroup)
The name of the placement group into which you'll launch your instances,
if any.
|
AutoScalingGroup |
AutoScalingGroup.withStatus(java.lang.String status)
The current state of the group when DeleteAutoScalingGroup is in
progress.
|
AutoScalingGroup |
AutoScalingGroup.withSuspendedProcesses(java.util.Collection<SuspendedProcess> suspendedProcesses)
The suspended processes associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withSuspendedProcesses(SuspendedProcess... suspendedProcesses)
The suspended processes associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withTags(java.util.Collection<TagDescription> tags)
The tags for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTags(TagDescription... tags)
The tags for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTerminationPolicies(java.util.Collection<java.lang.String> terminationPolicies)
The termination policies for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTerminationPolicies(java.lang.String... terminationPolicies)
The termination policies for the group.
|
AutoScalingGroup |
AutoScalingGroup.withVPCZoneIdentifier(java.lang.String vPCZoneIdentifier)
One or more subnet IDs, if applicable, separated by commas.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AutoScalingGroup> |
DescribeAutoScalingGroupsResult.getAutoScalingGroups()
The groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeAutoScalingGroupsResult |
DescribeAutoScalingGroupsResult.withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
The groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAutoScalingGroupsResult.setAutoScalingGroups(java.util.Collection<AutoScalingGroup> autoScalingGroups)
The groups.
|
DescribeAutoScalingGroupsResult |
DescribeAutoScalingGroupsResult.withAutoScalingGroups(java.util.Collection<AutoScalingGroup> autoScalingGroups)
The groups.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingGroup |
AutoScalingGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |