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

Packages that use ListJobsByStatusResult
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 ListJobsByStatusResult in com.amazonaws.services.elastictranscoder
 

Methods in com.amazonaws.services.elastictranscoder that return ListJobsByStatusResult
 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.
 

Methods in com.amazonaws.services.elastictranscoder that return types with arguments of type ListJobsByStatusResult
 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 ListJobsByStatusResult
 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 ListJobsByStatusResult in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return ListJobsByStatusResult
 ListJobsByStatusResult ListJobsByStatusResult.withJobs(Collection<Job> jobs)
          An array of Job objects that have the specified status.
 ListJobsByStatusResult ListJobsByStatusResult.withJobs(Job... jobs)
          An array of Job objects that have the specified status.
 ListJobsByStatusResult ListJobsByStatusResult.withNextPageToken(String nextPageToken)
          A value that you use to access the second and subsequent pages of results, if any.
 



Copyright © 2016. All rights reserved.