Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusRequest
-
Packages that use ListJobsByStatusRequest Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.paginators software.amazon.awssdk.services.elastictranscoder.transform -
-
Uses of ListJobsByStatusRequest in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder with parameters of type ListJobsByStatusRequest Modifier and Type Method Description default CompletableFuture<ListJobsByStatusResponse>ElasticTranscoderAsyncClient. listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status.default ListJobsByStatusResponseElasticTranscoderClient. listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status.default ListJobsByStatusPublisherElasticTranscoderAsyncClient. listJobsByStatusPaginator(ListJobsByStatusRequest listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status.default ListJobsByStatusIterableElasticTranscoderClient. listJobsByStatusPaginator(ListJobsByStatusRequest listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status. -
Uses of ListJobsByStatusRequest in software.amazon.awssdk.services.elastictranscoder.paginators
Constructors in software.amazon.awssdk.services.elastictranscoder.paginators with parameters of type ListJobsByStatusRequest Constructor Description ListJobsByStatusIterable(ElasticTranscoderClient client, ListJobsByStatusRequest firstRequest)ListJobsByStatusPublisher(ElasticTranscoderAsyncClient client, ListJobsByStatusRequest firstRequest) -
Uses of ListJobsByStatusRequest in software.amazon.awssdk.services.elastictranscoder.transform
Methods in software.amazon.awssdk.services.elastictranscoder.transform with parameters of type ListJobsByStatusRequest Modifier and Type Method Description SdkHttpFullRequestListJobsByStatusRequestMarshaller. marshall(ListJobsByStatusRequest listJobsByStatusRequest)
-