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 QueueQueue. clone()QueueQueue. withName(String name)The name of the queue.QueueQueue. 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 EnvironmentResourceDescriptionEnvironmentResourceDescription. 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 voidEnvironmentResourceDescription. setQueues(Collection<Queue> queues)The queues used by this environment.EnvironmentResourceDescriptionEnvironmentResourceDescription. withQueues(Collection<Queue> queues)The queues used by this environment.
-