| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch |
|
| Modifier and Type | Method and Description |
|---|---|
default CancelJobResponse |
BatchClient.cancelJob(CancelJobRequest cancelJobRequest)
Cancels a job in an Batch job queue.
|
default CancelJobResponse |
BatchClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Cancels a job in an Batch job queue.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CancelJobResponse> |
BatchAsyncClient.cancelJob(CancelJobRequest cancelJobRequest)
Cancels a job in an Batch job queue.
|
default CompletableFuture<CancelJobResponse> |
BatchAsyncClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Cancels a job in an Batch job queue.
|
Copyright © 2023. All rights reserved.