Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Instance> |
EnvironmentResourceDescription.instances
The Amazon EC2 instances used by this environment.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.clone() |
Instance |
Instance.withId(java.lang.String id)
The ID of the Amazon EC2 instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Instance> |
EnvironmentResourceDescription.getInstances()
The Amazon EC2 instances used by this environment.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withInstances(Instance... instances)
The Amazon EC2 instances used by this environment.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentResourceDescription.setInstances(java.util.Collection<Instance> instances)
The Amazon EC2 instances used by this environment.
|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withInstances(java.util.Collection<Instance> instances)
The Amazon EC2 instances used by this environment.
|
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |