Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Instance
-
Packages that use Instance Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of Instance in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return Instance Modifier and Type Method Description Instance
Instance. clone()
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 Modifier and Type Method Description List<Instance>
EnvironmentResourceDescription. getInstances()
The Amazon EC2 instances used by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Instance Modifier and Type Method Description 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 Modifier and Type Method 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.
-