Uses of Class
com.amazonaws.services.elasticbeanstalk.model.LaunchConfiguration
-
Packages that use LaunchConfiguration Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of LaunchConfiguration in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return LaunchConfiguration Modifier and Type Method Description LaunchConfigurationLaunchConfiguration. clone()LaunchConfigurationLaunchConfiguration. withName(String name)The name of the launch configuration.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type LaunchConfiguration Modifier and Type Method Description List<LaunchConfiguration>EnvironmentResourceDescription. getLaunchConfigurations()The Auto Scaling launch configurations in use by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type LaunchConfiguration Modifier and Type Method Description EnvironmentResourceDescriptionEnvironmentResourceDescription. withLaunchConfigurations(LaunchConfiguration... launchConfigurations)The Auto Scaling launch configurations in use by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type LaunchConfiguration Modifier and Type Method Description voidEnvironmentResourceDescription. setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)The Auto Scaling launch configurations in use by this environment.EnvironmentResourceDescriptionEnvironmentResourceDescription. withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)The Auto Scaling launch configurations in use by this environment.
-