| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch |
|
| software.amazon.awssdk.services.batch.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListJobsResponse |
BatchClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Returns a list of Batch jobs.
|
default ListJobsResponse |
BatchClient.listJobs(ListJobsRequest listJobsRequest)
Returns a list of Batch jobs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobsResponse> |
BatchAsyncClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Returns a list of Batch jobs.
|
default CompletableFuture<ListJobsResponse> |
BatchAsyncClient.listJobs(ListJobsRequest listJobsRequest)
Returns a list of Batch jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJobsResponse> |
ListJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.