| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteJobQueueResponse |
BatchClient.deleteJobQueue(Consumer<DeleteJobQueueRequest.Builder> deleteJobQueueRequest)
Deletes the specified job queue.
|
default DeleteJobQueueResponse |
BatchClient.deleteJobQueue(DeleteJobQueueRequest deleteJobQueueRequest)
Deletes the specified job queue.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteJobQueueResponse> |
BatchAsyncClient.deleteJobQueue(Consumer<DeleteJobQueueRequest.Builder> deleteJobQueueRequest)
Deletes the specified job queue.
|
default CompletableFuture<DeleteJobQueueResponse> |
BatchAsyncClient.deleteJobQueue(DeleteJobQueueRequest deleteJobQueueRequest)
Deletes the specified job queue.
|
Copyright © 2023. All rights reserved.