Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusResponse
-
Packages that use ListJobsByStatusResponse Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.paginators -
-
Uses of ListJobsByStatusResponse in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return ListJobsByStatusResponse Modifier and Type Method Description default ListJobsByStatusResponseElasticTranscoderClient. listJobsByStatus(Consumer<ListJobsByStatusRequest.Builder> 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.Methods in software.amazon.awssdk.services.elastictranscoder that return types with arguments of type ListJobsByStatusResponse Modifier and Type Method Description default CompletableFuture<ListJobsByStatusResponse>ElasticTranscoderAsyncClient. listJobsByStatus(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status.default CompletableFuture<ListJobsByStatusResponse>ElasticTranscoderAsyncClient. listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status. -
Uses of ListJobsByStatusResponse in software.amazon.awssdk.services.elastictranscoder.paginators
Methods in software.amazon.awssdk.services.elastictranscoder.paginators that return types with arguments of type ListJobsByStatusResponse Modifier and Type Method Description Iterator<ListJobsByStatusResponse>ListJobsByStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.elastictranscoder.paginators with type arguments of type ListJobsByStatusResponse Modifier and Type Method Description voidListJobsByStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsByStatusResponse> subscriber)
-