Package | Description |
---|---|
com.amazonaws.services.elastictranscoder |
|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
ListJobsByStatusResult |
AmazonElasticTranscoderClient.listJobsByStatus(ListJobsByStatusRequest request)
The ListJobsByStatus operation gets a list of jobs that have a specified status.
|
ListJobsByStatusResult |
AmazonElasticTranscoder.listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)
The ListJobsByStatus operation gets a list of jobs that have a specified status.
|
ListJobsByStatusResult |
AbstractAmazonElasticTranscoder.listJobsByStatus(ListJobsByStatusRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListJobsByStatusResult> |
AmazonElasticTranscoderAsyncClient.listJobsByStatusAsync(ListJobsByStatusRequest request,
AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler) |
Future<ListJobsByStatusResult> |
AmazonElasticTranscoderAsync.listJobsByStatusAsync(ListJobsByStatusRequest listJobsByStatusRequest,
AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler)
The ListJobsByStatus operation gets a list of jobs that have a specified status.
|
Future<ListJobsByStatusResult> |
AbstractAmazonElasticTranscoderAsync.listJobsByStatusAsync(ListJobsByStatusRequest request,
AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListJobsByStatusResult |
ListJobsByStatusResult.clone() |
ListJobsByStatusResult |
ListJobsByStatusResult.withJobs(Collection<Job> jobs)
An array of
Job objects that have the specified status. |
ListJobsByStatusResult |
ListJobsByStatusResult.withJobs(Job... jobs)
An array of
Job objects that have the specified status. |
ListJobsByStatusResult |
ListJobsByStatusResult.withNextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any.
|
Copyright © 2019. All rights reserved.