Uses of Interface
software.amazon.awssdk.services.mediapackage.model.ListHarvestJobsRequest.Builder
-
Packages that use ListHarvestJobsRequest.Builder Package Description software.amazon.awssdk.services.mediapackage AWS Elemental MediaPackagesoftware.amazon.awssdk.services.mediapackage.model -
-
Uses of ListHarvestJobsRequest.Builder in software.amazon.awssdk.services.mediapackage
Method parameters in software.amazon.awssdk.services.mediapackage with type arguments of type ListHarvestJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListHarvestJobsResponse>MediaPackageAsyncClient. listHarvestJobs(Consumer<ListHarvestJobsRequest.Builder> listHarvestJobsRequest)Returns a collection of HarvestJob records.default ListHarvestJobsResponseMediaPackageClient. listHarvestJobs(Consumer<ListHarvestJobsRequest.Builder> listHarvestJobsRequest)Returns a collection of HarvestJob records.default ListHarvestJobsPublisherMediaPackageAsyncClient. listHarvestJobsPaginator(Consumer<ListHarvestJobsRequest.Builder> listHarvestJobsRequest)Returns a collection of HarvestJob records.default ListHarvestJobsIterableMediaPackageClient. listHarvestJobsPaginator(Consumer<ListHarvestJobsRequest.Builder> listHarvestJobsRequest)Returns a collection of HarvestJob records. -
Uses of ListHarvestJobsRequest.Builder in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return ListHarvestJobsRequest.Builder Modifier and Type Method Description static ListHarvestJobsRequest.BuilderListHarvestJobsRequest. builder()ListHarvestJobsRequest.BuilderListHarvestJobsRequest.Builder. includeChannelId(String includeChannelId)When specified, the request will return only HarvestJobs associated with the given Channel ID.ListHarvestJobsRequest.BuilderListHarvestJobsRequest.Builder. includeStatus(String includeStatus)When specified, the request will return only HarvestJobs in the given status.ListHarvestJobsRequest.BuilderListHarvestJobsRequest.Builder. maxResults(Integer maxResults)The upper bound on the number of records to return.ListHarvestJobsRequest.BuilderListHarvestJobsRequest.Builder. nextToken(String nextToken)A token used to resume pagination from the end of a previous request.ListHarvestJobsRequest.BuilderListHarvestJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHarvestJobsRequest.BuilderListHarvestJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHarvestJobsRequest.BuilderListHarvestJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type ListHarvestJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListHarvestJobsRequest.Builder>ListHarvestJobsRequest. serializableBuilderClass()
-