Uses of Class
com.amazonaws.services.autoscaling.model.AutoScalingGroup
Packages that use AutoScalingGroup
-
Uses of AutoScalingGroup in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return AutoScalingGroupModifier and TypeMethodDescriptionAutoScalingGroup.clone()
AutoScalingGroup.withAutoScalingGroupARN
(String autoScalingGroupARN) The Amazon Resource Name (ARN) of the group.AutoScalingGroup.withAutoScalingGroupName
(String autoScalingGroupName) The name of the group.AutoScalingGroup.withAvailabilityZones
(String... availabilityZones) One or more Availability Zones for the group.AutoScalingGroup.withAvailabilityZones
(Collection<String> availabilityZones) One or more Availability Zones for the group.AutoScalingGroup.withCreatedTime
(Date createdTime) The date and time the group was created.AutoScalingGroup.withDefaultCooldown
(Integer defaultCooldown) The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.AutoScalingGroup.withDesiredCapacity
(Integer desiredCapacity) The desired size of the group.AutoScalingGroup.withEnabledMetrics
(EnabledMetric... enabledMetrics) The metrics enabled for the group.AutoScalingGroup.withEnabledMetrics
(Collection<EnabledMetric> enabledMetrics) The metrics enabled for the group.AutoScalingGroup.withHealthCheckGracePeriod
(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.withHealthCheckType
(String healthCheckType) The service to use for the health checks.AutoScalingGroup.withInstances
(Instance... instances) The EC2 instances associated with the group.AutoScalingGroup.withInstances
(Collection<Instance> instances) The EC2 instances associated with the group.AutoScalingGroup.withLaunchConfigurationName
(String launchConfigurationName) The name of the associated launch configuration.AutoScalingGroup.withLoadBalancerNames
(String... loadBalancerNames) One or more load balancers associated with the group.AutoScalingGroup.withLoadBalancerNames
(Collection<String> loadBalancerNames) One or more load balancers associated with the group.AutoScalingGroup.withMaxSize
(Integer maxSize) The maximum size of the group.AutoScalingGroup.withMinSize
(Integer minSize) The minimum size of the group.AutoScalingGroup.withNewInstancesProtectedFromScaleIn
(Boolean newInstancesProtectedFromScaleIn) Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.AutoScalingGroup.withPlacementGroup
(String placementGroup) The name of the placement group into which you'll launch your instances, if any.AutoScalingGroup.withStatus
(String status) The current state of the group when DeleteAutoScalingGroup is in progress.AutoScalingGroup.withSuspendedProcesses
(SuspendedProcess... suspendedProcesses) The suspended processes associated with the group.AutoScalingGroup.withSuspendedProcesses
(Collection<SuspendedProcess> suspendedProcesses) The suspended processes associated with the group.AutoScalingGroup.withTags
(TagDescription... tags) The tags for the group.AutoScalingGroup.withTags
(Collection<TagDescription> tags) The tags for the group.AutoScalingGroup.withTerminationPolicies
(String... terminationPolicies) The termination policies for the group.AutoScalingGroup.withTerminationPolicies
(Collection<String> terminationPolicies) The termination policies for the group.AutoScalingGroup.withVPCZoneIdentifier
(String vPCZoneIdentifier) One or more subnet IDs, if applicable, separated by commas.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type AutoScalingGroupModifier and TypeMethodDescriptionDescribeAutoScalingGroupsResult.getAutoScalingGroups()
The groups.Methods in com.amazonaws.services.autoscaling.model with parameters of type AutoScalingGroupModifier and TypeMethodDescriptionDescribeAutoScalingGroupsResult.withAutoScalingGroups
(AutoScalingGroup... autoScalingGroups) The groups.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type AutoScalingGroupModifier and TypeMethodDescriptionvoid
DescribeAutoScalingGroupsResult.setAutoScalingGroups
(Collection<AutoScalingGroup> autoScalingGroups) The groups.DescribeAutoScalingGroupsResult.withAutoScalingGroups
(Collection<AutoScalingGroup> autoScalingGroups) The groups.