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

Packages that use Queue
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of Queue in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return Queue
 Queue Queue.withName(String name)
          The name of the queue.
 Queue Queue.withURL(String uRL)
          The URL of the queue.
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type Queue
 List<Queue> EnvironmentResourceDescription.getQueues()
          The queues used by this environment.
 

Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Queue
 EnvironmentResourceDescription EnvironmentResourceDescription.withQueues(Queue... queues)
          The queues used by this environment.
 

Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type Queue
 void EnvironmentResourceDescription.setQueues(Collection<Queue> queues)
          The queues used by this environment.
 EnvironmentResourceDescription EnvironmentResourceDescription.withQueues(Collection<Queue> queues)
          The queues used by this environment.
 



Copyright © 2016. All rights reserved.