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 a job in an AWS Batch job queue.
|
Modifier and Type | Method and Description |
---|---|
CancelJobRequest |
CancelJobRequest.clone() |
CancelJobRequest |
CancelJobRequest.withJobId(String jobId)
The AWS Batch job ID of the job to cancel.
|
CancelJobRequest |
CancelJobRequest.withReason(String reason)
A message to attach to the job that explains the reason for canceling it.
|
Copyright © 2020. All rights reserved.