Uses of Class
com.amazonaws.services.autoscaling.model.AutoScalingGroup

Packages that use AutoScalingGroup
com.amazonaws.services.autoscaling.model Classes modeling the various types represented by AmazonAutoScaling. 
 

Uses of AutoScalingGroup in com.amazonaws.services.autoscaling.model
 

Methods in com.amazonaws.services.autoscaling.model that return AutoScalingGroup
 AutoScalingGroup AutoScalingGroup.withAutoScalingGroupName(String autoScalingGroupName)
          Specifies the name of the group.
 AutoScalingGroup AutoScalingGroup.withAvailabilityZones(Collection<String> availabilityZones)
          Contains a list of availability zones for the group.
 AutoScalingGroup AutoScalingGroup.withAvailabilityZones(String... availabilityZones)
          Contains a list of availability zones for the group.
 AutoScalingGroup AutoScalingGroup.withCooldown(Integer cooldown)
          The number of seconds after a scaling activity completes before any further scaling activities can start.
 AutoScalingGroup AutoScalingGroup.withCreatedTime(Date createdTime)
          Specifies the date and time the Auto Scaling group was created.
 AutoScalingGroup AutoScalingGroup.withDesiredCapacity(Integer desiredCapacity)
          Specifies the desired capacity for the AutoScalingGroup.
 AutoScalingGroup AutoScalingGroup.withInstances(Collection<Instance> instances)
          Provides a summary list of EC2 instances.
 AutoScalingGroup AutoScalingGroup.withInstances(Instance... instances)
          Provides a summary list of EC2 instances.
 AutoScalingGroup AutoScalingGroup.withLaunchConfigurationName(String launchConfigurationName)
          Specifies the name of the associated LaunchConfiguration.
 AutoScalingGroup AutoScalingGroup.withLoadBalancerNames(Collection<String> loadBalancerNames)
           Returns a reference to this object so that method calls can be chained together.
 AutoScalingGroup AutoScalingGroup.withLoadBalancerNames(String... loadBalancerNames)
           Returns a reference to this object so that method calls can be chained together.
 AutoScalingGroup AutoScalingGroup.withMaxSize(Integer maxSize)
          Contains the maximum size of the AutoScalingGroup.
 AutoScalingGroup AutoScalingGroup.withMinSize(Integer minSize)
          Contains the minimum size of the AutoScalingGroup.
 

Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type AutoScalingGroup
 List<AutoScalingGroup> DescribeAutoScalingGroupsResult.getAutoScalingGroups()
           
 

Methods in com.amazonaws.services.autoscaling.model with parameters of type AutoScalingGroup
 DescribeAutoScalingGroupsResult DescribeAutoScalingGroupsResult.withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
           Returns a reference to this object so that method calls can be chained together.
 

Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type AutoScalingGroup
 void DescribeAutoScalingGroupsResult.setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
           
 DescribeAutoScalingGroupsResult DescribeAutoScalingGroupsResult.withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
           Returns a reference to this object so that method calls can be chained together.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.