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