Package | Description |
---|---|
com.amazonaws.services.elastictranscoder |
Synchronous and asynchronous client classes for accessing AmazonElasticTranscoder.
|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
ListJobsByStatusResult |
AmazonElasticTranscoderClient.listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)
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.
|
Future<ListJobsByStatusResult> |
AmazonElasticTranscoderAsyncClient.listJobsByStatusAsync(ListJobsByStatusRequest listJobsByStatusRequest)
The ListJobsByStatus operation gets a list of jobs that have a
specified status.
|
Future<ListJobsByStatusResult> |
AmazonElasticTranscoderAsync.listJobsByStatusAsync(ListJobsByStatusRequest listJobsByStatusRequest)
The ListJobsByStatus operation gets a list of jobs that have a
specified status.
|
Future<ListJobsByStatusResult> |
AmazonElasticTranscoderAsyncClient.listJobsByStatusAsync(ListJobsByStatusRequest listJobsByStatusRequest,
AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler)
The ListJobsByStatus operation gets a list of jobs that have a
specified status.
|
Future<ListJobsByStatusResult> |
AmazonElasticTranscoderAsync.listJobsByStatusAsync(ListJobsByStatusRequest listJobsByStatusRequest,
AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler)
The ListJobsByStatus operation gets a list of jobs that have a
specified status.
|
Modifier and Type | Method and Description |
---|---|
Future<ListJobsByStatusResult> |
AmazonElasticTranscoderAsyncClient.listJobsByStatusAsync(ListJobsByStatusRequest listJobsByStatusRequest,
AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler)
The ListJobsByStatus operation gets a list of jobs that have a
specified status.
|
Future<ListJobsByStatusResult> |
AmazonElasticTranscoderAsync.listJobsByStatusAsync(ListJobsByStatusRequest listJobsByStatusRequest,
AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler)
The ListJobsByStatus operation gets a list of jobs that have a
specified status.
|
Modifier and Type | Method and Description |
---|---|
ListJobsByStatusRequest |
ListJobsByStatusRequest.withAscending(String ascending)
To list jobs in chronological order by the date and time that they
were submitted, enter
true . |
ListJobsByStatusRequest |
ListJobsByStatusRequest.withPageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use
pageToken in subsequent GET requests to get
each successive page of results. |
ListJobsByStatusRequest |
ListJobsByStatusRequest.withStatus(String status)
To get information about all of the jobs associated with the current
AWS account that have a given status, specify the following status:
Submitted , Progressing ,
Complete , Canceled , or Error . |
Copyright © 2014. All rights reserved.