Uses of Class
software.amazon.awssdk.services.deadline.model.CreateQueueResponse
-
Packages that use CreateQueueResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of CreateQueueResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return CreateQueueResponse Modifier and Type Method Description default CreateQueueResponseDeadlineClient. createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest)Creates a queue to coordinate the order in which jobs run on a farm.default CreateQueueResponseDeadlineClient. createQueue(CreateQueueRequest createQueueRequest)Creates a queue to coordinate the order in which jobs run on a farm.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type CreateQueueResponse Modifier and Type Method Description default CompletableFuture<CreateQueueResponse>DeadlineAsyncClient. createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest)Creates a queue to coordinate the order in which jobs run on a farm.default CompletableFuture<CreateQueueResponse>DeadlineAsyncClient. createQueue(CreateQueueRequest createQueueRequest)Creates a queue to coordinate the order in which jobs run on a farm.
-