Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.LaunchConfiguration
-
Packages that use LaunchConfiguration Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of LaunchConfiguration in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type LaunchConfiguration Modifier and Type Method Description List<LaunchConfiguration>EnvironmentResourceDescription. launchConfigurations()The Auto Scaling launch configurations in use by this environment.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type LaunchConfiguration Modifier and Type Method Description EnvironmentResourceDescription.BuilderEnvironmentResourceDescription.Builder. launchConfigurations(LaunchConfiguration... launchConfigurations)The Auto Scaling launch configurations in use by this environment.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type LaunchConfiguration Modifier and Type Method Description EnvironmentResourceDescription.BuilderEnvironmentResourceDescription.Builder. launchConfigurations(Collection<LaunchConfiguration> launchConfigurations)The Auto Scaling launch configurations in use by this environment.
-