| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch |
Using AWS Batch, you can run batch computing workloads on the AWS Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
default CancelJobResponse |
BatchClient.cancelJob(CancelJobRequest cancelJobRequest)
Cancels a job in an AWS Batch job queue.
|
default CancelJobResponse |
BatchClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Cancels a job in an AWS Batch job queue.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CancelJobResponse> |
BatchAsyncClient.cancelJob(CancelJobRequest cancelJobRequest)
Cancels a job in an AWS Batch job queue.
|
default CompletableFuture<CancelJobResponse> |
BatchAsyncClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Cancels a job in an AWS Batch job queue.
|
Copyright © 2021. All rights reserved.