Uses of Class
software.amazon.awssdk.services.deadline.model.UpdateQueueResponse
-
Packages that use UpdateQueueResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of UpdateQueueResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return UpdateQueueResponse Modifier and Type Method Description default UpdateQueueResponseDeadlineClient. updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest)Updates a queue.default UpdateQueueResponseDeadlineClient. updateQueue(UpdateQueueRequest updateQueueRequest)Updates a queue.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type UpdateQueueResponse Modifier and Type Method Description default CompletableFuture<UpdateQueueResponse>DeadlineAsyncClient. updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest)Updates a queue.default CompletableFuture<UpdateQueueResponse>DeadlineAsyncClient. updateQueue(UpdateQueueRequest updateQueueRequest)Updates a queue.
-