Uses of Class
software.amazon.awssdk.services.pcs.model.Queue
-
Packages that use Queue Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of Queue in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return Queue Modifier and Type Method Description QueueCreateQueueResponse. queue()Returns the value of the Queue property for this object.QueueGetQueueResponse. queue()Returns the value of the Queue property for this object.QueueUpdateQueueResponse. queue()Returns the value of the Queue property for this object.Methods in software.amazon.awssdk.services.pcs.model with parameters of type Queue Modifier and Type Method Description CreateQueueResponse.BuilderCreateQueueResponse.Builder. queue(Queue queue)Sets the value of the Queue property for this object.GetQueueResponse.BuilderGetQueueResponse.Builder. queue(Queue queue)Sets the value of the Queue property for this object.UpdateQueueResponse.BuilderUpdateQueueResponse.Builder. queue(Queue queue)Sets the value of the Queue property for this object.
-