Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Instance
Packages that use Instance
-
Uses of Instance in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return InstanceMethods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type InstanceModifier and TypeMethodDescriptionEnvironmentResourceDescription.getInstances()
The Amazon EC2 instances used by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type InstanceModifier and TypeMethodDescriptionEnvironmentResourceDescription.withInstances
(Instance... instances) The Amazon EC2 instances used by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type InstanceModifier and TypeMethodDescriptionvoid
EnvironmentResourceDescription.setInstances
(Collection<Instance> instances) The Amazon EC2 instances used by this environment.EnvironmentResourceDescription.withInstances
(Collection<Instance> instances) The Amazon EC2 instances used by this environment.