Uses of Class
software.amazon.awssdk.services.deadline.model.CreateQueueEnvironmentResponse
-
Packages that use CreateQueueEnvironmentResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of CreateQueueEnvironmentResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return CreateQueueEnvironmentResponse Modifier and Type Method Description default CreateQueueEnvironmentResponseDeadlineClient. createQueueEnvironment(Consumer<CreateQueueEnvironmentRequest.Builder> createQueueEnvironmentRequest)Creates an environment for a queue that defines how jobs in the queue run.default CreateQueueEnvironmentResponseDeadlineClient. createQueueEnvironment(CreateQueueEnvironmentRequest createQueueEnvironmentRequest)Creates an environment for a queue that defines how jobs in the queue run.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type CreateQueueEnvironmentResponse Modifier and Type Method Description default CompletableFuture<CreateQueueEnvironmentResponse>DeadlineAsyncClient. createQueueEnvironment(Consumer<CreateQueueEnvironmentRequest.Builder> createQueueEnvironmentRequest)Creates an environment for a queue that defines how jobs in the queue run.default CompletableFuture<CreateQueueEnvironmentResponse>DeadlineAsyncClient. createQueueEnvironment(CreateQueueEnvironmentRequest createQueueEnvironmentRequest)Creates an environment for a queue that defines how jobs in the queue run.
-