|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instance | |
---|---|
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of Instance in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return Instance | |
---|---|
Instance |
Instance.withId(String id)
The ID of the Amazon EC2 instance. |
Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type Instance | |
---|---|
List<Instance> |
EnvironmentResourceDescription.getInstances()
The Amazon EC2 instances used by this environment. |
Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Instance | |
---|---|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withInstances(Instance... instances)
The Amazon EC2 instances used by this environment. |
Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type Instance | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |