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 AutoScalingGroupAutoScalingGroup. clone()AutoScalingGroupAutoScalingGroup. 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()TheAutoScalingGroupsused by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type AutoScalingGroup Modifier and Type Method Description EnvironmentResourceDescriptionEnvironmentResourceDescription. withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)TheAutoScalingGroupsused by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type AutoScalingGroup Modifier and Type Method Description voidEnvironmentResourceDescription. setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)TheAutoScalingGroupsused by this environment.EnvironmentResourceDescriptionEnvironmentResourceDescription. withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)TheAutoScalingGroupsused by this environment.
-