Uses of Class
com.amazonaws.services.elastictranscoder.model.ListJobsByStatusRequest

Packages that use ListJobsByStatusRequest
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. 
 

Uses of ListJobsByStatusRequest in com.amazonaws.services.elastictranscoder
 

Methods in com.amazonaws.services.elastictranscoder with parameters of type ListJobsByStatusRequest
 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.
 

Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type ListJobsByStatusRequest
 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.
 

Uses of ListJobsByStatusRequest in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return ListJobsByStatusRequest
 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 © 2016. All rights reserved.