Uses of Class
com.amazonaws.services.elasticbeanstalk.model.AutoScalingGroup
-
Packages that use AutoScalingGroup Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of AutoScalingGroup in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return AutoScalingGroup Modifier and Type Method Description AutoScalingGroup
AutoScalingGroup. clone()
AutoScalingGroup
AutoScalingGroup. withName(String name)
The name of theAutoScalingGroup
.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type AutoScalingGroup Modifier and Type Method Description List<AutoScalingGroup>
EnvironmentResourceDescription. getAutoScalingGroups()
TheAutoScalingGroups
used by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type AutoScalingGroup Modifier and Type Method Description EnvironmentResourceDescription
EnvironmentResourceDescription. withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
TheAutoScalingGroups
used by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type AutoScalingGroup Modifier and Type Method Description void
EnvironmentResourceDescription. setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
TheAutoScalingGroups
used by this environment.EnvironmentResourceDescription
EnvironmentResourceDescription. withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
TheAutoScalingGroups
used by this environment.
-