Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
LaunchConfiguration.withName(String name)
The name of the launch configuration.
|
Modifier and Type | Method and Description |
---|---|
List<LaunchConfiguration> |
EnvironmentResourceDescription.getLaunchConfigurations()
The Auto Scaling launch configurations in use by this environment.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
The Auto Scaling launch configurations in use by this environment.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.