Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LaunchConfiguration> |
EnvironmentResourceDescription.launchConfigurations
The Auto Scaling launch configurations in use by this environment.
|
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
LaunchConfiguration.clone() |
LaunchConfiguration |
LaunchConfiguration.withName(java.lang.String name)
The name of the launch configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<LaunchConfiguration> launchConfigurations)
The Auto Scaling launch configurations in use by this environment.
|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withLaunchConfigurations(java.util.Collection<LaunchConfiguration> launchConfigurations)
The Auto Scaling launch configurations in use by this environment.
|
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
LaunchConfigurationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |