| Package | Description |
|---|---|
| com.amazonaws.services.batch |
|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateJobQueueResult> |
AWSBatchAsyncClient.updateJobQueueAsync(UpdateJobQueueRequest request,
AsyncHandler<UpdateJobQueueRequest,UpdateJobQueueResult> asyncHandler) |
Future<UpdateJobQueueResult> |
AbstractAWSBatchAsync.updateJobQueueAsync(UpdateJobQueueRequest request,
AsyncHandler<UpdateJobQueueRequest,UpdateJobQueueResult> asyncHandler) |
Future<UpdateJobQueueResult> |
AWSBatchAsync.updateJobQueueAsync(UpdateJobQueueRequest updateJobQueueRequest,
AsyncHandler<UpdateJobQueueRequest,UpdateJobQueueResult> asyncHandler)
Updates a job queue.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateJobQueueRequest |
UpdateJobQueueRequest.clone() |
UpdateJobQueueRequest |
UpdateJobQueueRequest.withComputeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withComputeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withJobQueue(String jobQueue)
The name or the Amazon Resource Name (ARN) of the job queue.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withJobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions)
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withJobStateTimeLimitActions(JobStateTimeLimitAction... jobStateTimeLimitActions)
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withPriority(Integer priority)
The priority of the job queue.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withSchedulingPolicyArn(String schedulingPolicyArn)
Amazon Resource Name (ARN) of the fair share scheduling policy.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withState(JQState state)
Describes the queue's ability to accept new jobs.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withState(String state)
Describes the queue's ability to accept new jobs.
|
Copyright © 2025. All rights reserved.