Uses of Class
com.amazonaws.services.elastictranscoder.model.ListJobsByStatusResult
-
Packages that use ListJobsByStatusResult Package Description com.amazonaws.services.elastictranscoder com.amazonaws.services.elastictranscoder.model -
-
Uses of ListJobsByStatusResult in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder that return ListJobsByStatusResult 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.Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type ListJobsByStatusResult 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 ListJobsByStatusResult in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return ListJobsByStatusResult Modifier and Type Method Description ListJobsByStatusResultListJobsByStatusResult. clone()ListJobsByStatusResultListJobsByStatusResult. withJobs(Job... jobs)An array ofJobobjects that have the specified status.ListJobsByStatusResultListJobsByStatusResult. withJobs(Collection<Job> jobs)An array ofJobobjects that have the specified status.ListJobsByStatusResultListJobsByStatusResult. withNextPageToken(String nextPageToken)A value that you use to access the second and subsequent pages of results, if any.
-