Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplate |
LaunchTemplate.clone() |
LaunchTemplate |
LaunchTemplate.withId(String id)
The ID of the launch template.
|
Modifier and Type | Method and Description |
---|---|
List<LaunchTemplate> |
EnvironmentResourceDescription.getLaunchTemplates()
The Amazon EC2 launch templates in use by this environment.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withLaunchTemplates(LaunchTemplate... launchTemplates)
The Amazon EC2 launch templates in use by this environment.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentResourceDescription.setLaunchTemplates(Collection<LaunchTemplate> launchTemplates)
The Amazon EC2 launch templates in use by this environment.
|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withLaunchTemplates(Collection<LaunchTemplate> launchTemplates)
The Amazon EC2 launch templates in use by this environment.
|
Copyright © 2019. All rights reserved.