| Package | Description |
|---|---|
| com.amazonaws.services.batch |
AWS Batch enables you to run batch computing workloads on the AWS Cloud.
|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelJobResult> |
AWSBatchAsyncClient.cancelJobAsync(CancelJobRequest request,
AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler) |
Future<CancelJobResult> |
AbstractAWSBatchAsync.cancelJobAsync(CancelJobRequest request,
AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler) |
Future<CancelJobResult> |
AWSBatchAsync.cancelJobAsync(CancelJobRequest cancelJobRequest,
AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler)
Cancels jobs in an AWS Batch job queue.
|
| Modifier and Type | Method and Description |
|---|---|
CancelJobRequest |
CancelJobRequest.clone() |
CancelJobRequest |
CancelJobRequest.withJobId(String jobId)
A list of up to 100 job IDs to cancel.
|
CancelJobRequest |
CancelJobRequest.withReason(String reason)
A message to attach to the job that explains the reason for cancelling it.
|
Copyright © 2017. All rights reserved.