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 InstanceInstance. clone()InstanceInstance. 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 EnvironmentResourceDescriptionEnvironmentResourceDescription. 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 voidEnvironmentResourceDescription. setInstances(Collection<Instance> instances)The Amazon EC2 instances used by this environment.EnvironmentResourceDescriptionEnvironmentResourceDescription. withInstances(Collection<Instance> instances)The Amazon EC2 instances used by this environment.
-