Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusRequest.Builder
-
Packages that use ListJobsByStatusRequest.Builder Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of ListJobsByStatusRequest.Builder in software.amazon.awssdk.services.elastictranscoder
Method parameters in software.amazon.awssdk.services.elastictranscoder with type arguments of type ListJobsByStatusRequest.Builder 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 ListJobsByStatusResponseElasticTranscoderClient. listJobsByStatus(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status.default ListJobsByStatusPublisherElasticTranscoderAsyncClient. listJobsByStatusPaginator(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status.default ListJobsByStatusIterableElasticTranscoderClient. listJobsByStatusPaginator(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status. -
Uses of ListJobsByStatusRequest.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return ListJobsByStatusRequest.Builder Modifier and Type Method Description ListJobsByStatusRequest.BuilderListJobsByStatusRequest.Builder. ascending(String ascending)To list jobs in chronological order by the date and time that they were submitted, entertrue.static ListJobsByStatusRequest.BuilderListJobsByStatusRequest. builder()ListJobsByStatusRequest.BuilderListJobsByStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJobsByStatusRequest.BuilderListJobsByStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListJobsByStatusRequest.BuilderListJobsByStatusRequest.Builder. pageToken(String pageToken)When Elastic Transcoder returns more than one page of results, usepageTokenin subsequentGETrequests to get each successive page of results.ListJobsByStatusRequest.BuilderListJobsByStatusRequest.Builder. status(String status)To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted,Progressing,Complete,Canceled, orError.ListJobsByStatusRequest.BuilderListJobsByStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type ListJobsByStatusRequest.Builder Modifier and Type Method Description static Class<? extends ListJobsByStatusRequest.Builder>ListJobsByStatusRequest. serializableBuilderClass()
-