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 LaunchConfiguration
LaunchConfiguration. clone()
LaunchConfiguration
LaunchConfiguration. 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 EnvironmentResourceDescription
EnvironmentResourceDescription. 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 void
EnvironmentResourceDescription. setLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The Auto Scaling launch configurations in use by this environment.EnvironmentResourceDescription
EnvironmentResourceDescription. withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The Auto Scaling launch configurations in use by this environment.
-