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 ListJobsByStatusResultAbstractAmazonElasticTranscoder. listJobsByStatus(ListJobsByStatusRequest request)ListJobsByStatusResultAmazonElasticTranscoder. listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status.ListJobsByStatusResultAmazonElasticTranscoderClient. 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 ListJobsByStatusRequestListJobsByStatusRequest. clone()ListJobsByStatusRequestListJobsByStatusRequest. withAscending(String ascending)To list jobs in chronological order by the date and time that they were submitted, entertrue.ListJobsByStatusRequestListJobsByStatusRequest. withPageToken(String pageToken)When Elastic Transcoder returns more than one page of results, usepageTokenin subsequentGETrequests to get each successive page of results.ListJobsByStatusRequestListJobsByStatusRequest. 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.
-