Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Queue
Packages that use Queue
-
Uses of Queue in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return QueueMethods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type QueueModifier and TypeMethodDescriptionEnvironmentResourceDescription.getQueues()
The queues used by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type QueueModifier and TypeMethodDescriptionEnvironmentResourceDescription.withQueues
(Queue... queues) The queues used by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type QueueModifier and TypeMethodDescriptionvoid
EnvironmentResourceDescription.setQueues
(Collection<Queue> queues) The queues used by this environment.EnvironmentResourceDescription.withQueues
(Collection<Queue> queues) The queues used by this environment.