Uses of Class
com.amazonaws.services.elasticbeanstalk.model.LaunchConfiguration
Packages that use LaunchConfiguration
-
Uses of LaunchConfiguration in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return LaunchConfigurationModifier and TypeMethodDescriptionLaunchConfiguration.clone()
The name of the launch configuration.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type LaunchConfigurationModifier and TypeMethodDescriptionEnvironmentResourceDescription.getLaunchConfigurations()
The Auto Scaling launch configurations in use by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type LaunchConfigurationModifier and TypeMethodDescriptionEnvironmentResourceDescription.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 LaunchConfigurationModifier and TypeMethodDescriptionvoid
EnvironmentResourceDescription.setLaunchConfigurations
(Collection<LaunchConfiguration> launchConfigurations) The Auto Scaling launch configurations in use by this environment.EnvironmentResourceDescription.withLaunchConfigurations
(Collection<LaunchConfiguration> launchConfigurations) The Auto Scaling launch configurations in use by this environment.