Uses of Class
com.amazonaws.services.elastictranscoder.model.ListJobsByStatusRequest
-
Packages that use ListJobsByStatusRequest Package Description com.amazonaws.services.elastictranscoder com.amazonaws.services.elastictranscoder.model -
-
Uses of ListJobsByStatusRequest in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder with parameters of type ListJobsByStatusRequest Modifier and Type Method Description ListJobsByStatusResult
AbstractAmazonElasticTranscoder. listJobsByStatus(ListJobsByStatusRequest request)
ListJobsByStatusResult
AmazonElasticTranscoder. listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)
The ListJobsByStatus operation gets a list of jobs that have a specified status.ListJobsByStatusResult
AmazonElasticTranscoderClient. listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)
The ListJobsByStatus operation gets a list of jobs that have a specified status.Future<ListJobsByStatusResult>
AbstractAmazonElasticTranscoderAsync. listJobsByStatusAsync(ListJobsByStatusRequest request)
Future<ListJobsByStatusResult>
AbstractAmazonElasticTranscoderAsync. listJobsByStatusAsync(ListJobsByStatusRequest request, AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler)
Future<ListJobsByStatusResult>
AmazonElasticTranscoderAsync. listJobsByStatusAsync(ListJobsByStatusRequest listJobsByStatusRequest)
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.Future<ListJobsByStatusResult>
AmazonElasticTranscoderAsyncClient. listJobsByStatusAsync(ListJobsByStatusRequest request)
Future<ListJobsByStatusResult>
AmazonElasticTranscoderAsyncClient. listJobsByStatusAsync(ListJobsByStatusRequest request, AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler)
Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type ListJobsByStatusRequest Modifier and Type Method Description Future<ListJobsByStatusResult>
AbstractAmazonElasticTranscoderAsync. 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>
AmazonElasticTranscoderAsyncClient. listJobsByStatusAsync(ListJobsByStatusRequest request, AsyncHandler<ListJobsByStatusRequest,ListJobsByStatusResult> asyncHandler)
-
Uses of ListJobsByStatusRequest in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return ListJobsByStatusRequest Modifier and Type Method Description ListJobsByStatusRequest
ListJobsByStatusRequest. clone()
ListJobsByStatusRequest
ListJobsByStatusRequest. withAscending(String ascending)
To list jobs in chronological order by the date and time that they were submitted, entertrue
.ListJobsByStatusRequest
ListJobsByStatusRequest. withPageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
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
, orError
.
-