Uses of Class
com.amazonaws.services.elastictranscoder.model.ListJobsByStatusRequest
Packages that use ListJobsByStatusRequest
Package
Description
-
Uses of ListJobsByStatusRequest in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder with parameters of type ListJobsByStatusRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoder.listJobsByStatus
(ListJobsByStatusRequest request) AmazonElasticTranscoder.listJobsByStatus
(ListJobsByStatusRequest listJobsByStatusRequest) The ListJobsByStatus operation gets a list of jobs that have a specified status.AmazonElasticTranscoderClient.listJobsByStatus
(ListJobsByStatusRequest listJobsByStatusRequest) The ListJobsByStatus operation gets a list of jobs that have a specified status.AbstractAmazonElasticTranscoderAsync.listJobsByStatusAsync
(ListJobsByStatusRequest request) AbstractAmazonElasticTranscoderAsync.listJobsByStatusAsync
(ListJobsByStatusRequest request, AsyncHandler<ListJobsByStatusRequest, ListJobsByStatusResult> asyncHandler) AmazonElasticTranscoderAsync.listJobsByStatusAsync
(ListJobsByStatusRequest listJobsByStatusRequest) The ListJobsByStatus operation gets a list of jobs that have a specified status.AmazonElasticTranscoderAsync.listJobsByStatusAsync
(ListJobsByStatusRequest listJobsByStatusRequest, AsyncHandler<ListJobsByStatusRequest, ListJobsByStatusResult> asyncHandler) The ListJobsByStatus operation gets a list of jobs that have a specified status.AmazonElasticTranscoderAsyncClient.listJobsByStatusAsync
(ListJobsByStatusRequest request) AmazonElasticTranscoderAsyncClient.listJobsByStatusAsync
(ListJobsByStatusRequest request, AsyncHandler<ListJobsByStatusRequest, ListJobsByStatusResult> asyncHandler) Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type ListJobsByStatusRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.listJobsByStatusAsync
(ListJobsByStatusRequest request, AsyncHandler<ListJobsByStatusRequest, ListJobsByStatusResult> asyncHandler) AmazonElasticTranscoderAsync.listJobsByStatusAsync
(ListJobsByStatusRequest listJobsByStatusRequest, AsyncHandler<ListJobsByStatusRequest, ListJobsByStatusResult> asyncHandler) The ListJobsByStatus operation gets a list of jobs that have a specified status.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 ListJobsByStatusRequestModifier and TypeMethodDescriptionListJobsByStatusRequest.clone()
ListJobsByStatusRequest.withAscending
(String ascending) To list jobs in chronological order by the date and time that they were submitted, entertrue
.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.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
.