Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Queue
-
Packages that use Queue Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of Queue in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return Queue Modifier and Type Method Description Queue
Queue. clone()
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 Modifier and Type Method Description List<Queue>
EnvironmentResourceDescription. getQueues()
The queues used by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Queue Modifier and Type Method Description 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 Modifier and Type Method Description void
EnvironmentResourceDescription. setQueues(Collection<Queue> queues)
The queues used by this environment.EnvironmentResourceDescription
EnvironmentResourceDescription. withQueues(Collection<Queue> queues)
The queues used by this environment.
-