| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage |
AWS Elemental MediaPackage
|
| software.amazon.awssdk.services.mediapackage.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListHarvestJobsResponse |
MediaPackageClient.listHarvestJobs(Consumer<ListHarvestJobsRequest.Builder> listHarvestJobsRequest)
Returns a collection of HarvestJob records.
|
default ListHarvestJobsResponse |
MediaPackageClient.listHarvestJobs(ListHarvestJobsRequest listHarvestJobsRequest)
Returns a collection of HarvestJob records.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListHarvestJobsResponse> |
MediaPackageAsyncClient.listHarvestJobs(Consumer<ListHarvestJobsRequest.Builder> listHarvestJobsRequest)
Returns a collection of HarvestJob records.
|
default CompletableFuture<ListHarvestJobsResponse> |
MediaPackageAsyncClient.listHarvestJobs(ListHarvestJobsRequest listHarvestJobsRequest)
Returns a collection of HarvestJob records.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListHarvestJobsResponse> |
ListHarvestJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHarvestJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListHarvestJobsResponse> subscriber) |
Copyright © 2020. All rights reserved.