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

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

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

Methods in com.amazonaws.services.elasticbeanstalk.model that return AutoScalingGroup
 AutoScalingGroup AutoScalingGroup.withName(String name)
          The name of the AutoScalingGroup .
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type AutoScalingGroup
 List<AutoScalingGroup> EnvironmentResourceDescription.getAutoScalingGroups()
          The AutoScalingGroups used by this environment.
 

Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type AutoScalingGroup
 EnvironmentResourceDescription EnvironmentResourceDescription.withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
          The AutoScalingGroups used by this environment.
 

Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type AutoScalingGroup
 void EnvironmentResourceDescription.setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
          The AutoScalingGroups used by this environment.
 EnvironmentResourceDescription EnvironmentResourceDescription.withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
          The AutoScalingGroups used by this environment.
 



Copyright © 2016. All rights reserved.