| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert |
AWS Elemental MediaConvert
|
| software.amazon.awssdk.services.mediaconvert.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListJobsResponse |
MediaConvertClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
default ListJobsResponse |
MediaConvertClient.listJobs(ListJobsRequest listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobsResponse> |
MediaConvertAsyncClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
default CompletableFuture<ListJobsResponse> |
MediaConvertAsyncClient.listJobs(ListJobsRequest listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created 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.