Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.Queue
-
Packages that use Queue Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of Queue in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type Queue Modifier and Type Method Description List<Queue>EnvironmentResourceDescription. queues()The queues used by this environment.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type Queue Modifier and Type Method Description EnvironmentResourceDescription.BuilderEnvironmentResourceDescription.Builder. queues(Queue... queues)The queues used by this environment.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type Queue Modifier and Type Method Description EnvironmentResourceDescription.BuilderEnvironmentResourceDescription.Builder. queues(Collection<Queue> queues)The queues used by this environment.
-