| Package | Description |
|---|---|
| com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.withId(String id)
The ID of the Amazon EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<Instance> instances)
The Amazon EC2 instances used by this environment.
|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withInstances(Collection<Instance> instances)
The Amazon EC2 instances used by this environment.
|
Copyright © 2014. All rights reserved.