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