Uses of Class
software.amazon.awssdk.services.personalize.model.ListDatasetExportJobsResponse
-
Packages that use ListDatasetExportJobsResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.paginators -
-
Uses of ListDatasetExportJobsResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListDatasetExportJobsResponse Modifier and Type Method Description default ListDatasetExportJobsResponsePersonalizeClient. listDatasetExportJobs(Consumer<ListDatasetExportJobsRequest.Builder> listDatasetExportJobsRequest)Returns a list of dataset export jobs that use the given dataset.default ListDatasetExportJobsResponsePersonalizeClient. listDatasetExportJobs(ListDatasetExportJobsRequest listDatasetExportJobsRequest)Returns a list of dataset export jobs that use the given dataset.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListDatasetExportJobsResponse Modifier and Type Method Description default CompletableFuture<ListDatasetExportJobsResponse>PersonalizeAsyncClient. listDatasetExportJobs(Consumer<ListDatasetExportJobsRequest.Builder> listDatasetExportJobsRequest)Returns a list of dataset export jobs that use the given dataset.default CompletableFuture<ListDatasetExportJobsResponse>PersonalizeAsyncClient. listDatasetExportJobs(ListDatasetExportJobsRequest listDatasetExportJobsRequest)Returns a list of dataset export jobs that use the given dataset. -
Uses of ListDatasetExportJobsResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListDatasetExportJobsResponse Modifier and Type Method Description Iterator<ListDatasetExportJobsResponse>ListDatasetExportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListDatasetExportJobsResponse Modifier and Type Method Description voidListDatasetExportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatasetExportJobsResponse> subscriber)
-