| Package | Description |
|---|---|
| com.amazonaws.services.deadline |
The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.
|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateQueueEnvironmentResult> |
AbstractAWSDeadlineAsync.createQueueEnvironmentAsync(CreateQueueEnvironmentRequest request,
AsyncHandler<CreateQueueEnvironmentRequest,CreateQueueEnvironmentResult> asyncHandler) |
Future<CreateQueueEnvironmentResult> |
AWSDeadlineAsyncClient.createQueueEnvironmentAsync(CreateQueueEnvironmentRequest request,
AsyncHandler<CreateQueueEnvironmentRequest,CreateQueueEnvironmentResult> asyncHandler) |
Future<CreateQueueEnvironmentResult> |
AWSDeadlineAsync.createQueueEnvironmentAsync(CreateQueueEnvironmentRequest createQueueEnvironmentRequest,
AsyncHandler<CreateQueueEnvironmentRequest,CreateQueueEnvironmentResult> asyncHandler)
Creates an environment for a queue that defines how jobs in the queue run.
|
| Modifier and Type | Method and Description |
|---|---|
CreateQueueEnvironmentRequest |
CreateQueueEnvironmentRequest.clone() |
CreateQueueEnvironmentRequest |
CreateQueueEnvironmentRequest.withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
CreateQueueEnvironmentRequest |
CreateQueueEnvironmentRequest.withFarmId(String farmId)
The farm ID of the farm to connect to the environment.
|
CreateQueueEnvironmentRequest |
CreateQueueEnvironmentRequest.withPriority(Integer priority)
Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority.
|
CreateQueueEnvironmentRequest |
CreateQueueEnvironmentRequest.withQueueId(String queueId)
The queue ID to connect the queue and environment.
|
CreateQueueEnvironmentRequest |
CreateQueueEnvironmentRequest.withTemplate(String template)
The environment template to use in the queue.
|
CreateQueueEnvironmentRequest |
CreateQueueEnvironmentRequest.withTemplateType(EnvironmentTemplateType templateType)
The template's file type,
JSON or YAML. |
CreateQueueEnvironmentRequest |
CreateQueueEnvironmentRequest.withTemplateType(String templateType)
The template's file type,
JSON or YAML. |
Copyright © 2024. All rights reserved.