| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder |
|
| software.amazon.awssdk.services.elastictranscoder.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListJobsByStatusResponse |
ElasticTranscoderClient.listJobsByStatus(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest)
The ListJobsByStatus operation gets a list of jobs that have a specified status.
|
default ListJobsByStatusResponse |
ElasticTranscoderClient.listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)
The ListJobsByStatus operation gets a list of jobs that have a specified status.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobsByStatusResponse> |
ElasticTranscoderAsyncClient.listJobsByStatus(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest)
The ListJobsByStatus operation gets a list of jobs that have a specified status.
|
default CompletableFuture<ListJobsByStatusResponse> |
ElasticTranscoderAsyncClient.listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)
The ListJobsByStatus operation gets a list of jobs that have a specified status.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJobsByStatusResponse> |
ListJobsByStatusIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsByStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobsByStatusResponse> subscriber) |
Copyright © 2023. All rights reserved.