Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Instance

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.
 



Copyright © 2016. All rights reserved.