Package | Description |
---|---|
com.amazonaws.services.batch |
|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateJobQueueResult> |
AbstractAWSBatchAsync.createJobQueueAsync(CreateJobQueueRequest request,
AsyncHandler<CreateJobQueueRequest,CreateJobQueueResult> asyncHandler) |
Future<CreateJobQueueResult> |
AWSBatchAsyncClient.createJobQueueAsync(CreateJobQueueRequest request,
AsyncHandler<CreateJobQueueRequest,CreateJobQueueResult> asyncHandler) |
Future<CreateJobQueueResult> |
AWSBatchAsync.createJobQueueAsync(CreateJobQueueRequest createJobQueueRequest,
AsyncHandler<CreateJobQueueRequest,CreateJobQueueResult> asyncHandler)
Creates an Batch job queue.
|
Modifier and Type | Method and Description |
---|---|
CreateJobQueueRequest |
CreateJobQueueRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateJobQueueRequest |
CreateJobQueueRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateJobQueueRequest |
CreateJobQueueRequest.clone() |
CreateJobQueueRequest |
CreateJobQueueRequest.withComputeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
The set of compute environments mapped to a job queue and their order relative to each other.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withComputeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
The set of compute environments mapped to a job queue and their order relative to each other.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withJobQueueName(String jobQueueName)
The name of the job queue.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withJobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions)
The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withJobStateTimeLimitActions(JobStateTimeLimitAction... jobStateTimeLimitActions)
The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withPriority(Integer priority)
The priority of the job queue.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withSchedulingPolicyArn(String schedulingPolicyArn)
The Amazon Resource Name (ARN) of the fair share scheduling policy.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withState(JQState state)
The state of the job queue.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withState(String state)
The state of the job queue.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withTags(Map<String,String> tags)
The tags that you apply to the job queue to help you categorize and organize your resources.
|
Copyright © 2024. All rights reserved.