Uses of Class
software.amazon.awssdk.services.personalize.model.ListDatasetImportJobsResponse
-
Packages that use ListDatasetImportJobsResponse 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 ListDatasetImportJobsResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListDatasetImportJobsResponse Modifier and Type Method Description default ListDatasetImportJobsResponsePersonalizeClient. listDatasetImportJobs(Consumer<ListDatasetImportJobsRequest.Builder> listDatasetImportJobsRequest)Returns a list of dataset import jobs that use the given dataset.default ListDatasetImportJobsResponsePersonalizeClient. listDatasetImportJobs(ListDatasetImportJobsRequest listDatasetImportJobsRequest)Returns a list of dataset import jobs that use the given dataset.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListDatasetImportJobsResponse Modifier and Type Method Description default CompletableFuture<ListDatasetImportJobsResponse>PersonalizeAsyncClient. listDatasetImportJobs(Consumer<ListDatasetImportJobsRequest.Builder> listDatasetImportJobsRequest)Returns a list of dataset import jobs that use the given dataset.default CompletableFuture<ListDatasetImportJobsResponse>PersonalizeAsyncClient. listDatasetImportJobs(ListDatasetImportJobsRequest listDatasetImportJobsRequest)Returns a list of dataset import jobs that use the given dataset. -
Uses of ListDatasetImportJobsResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListDatasetImportJobsResponse Modifier and Type Method Description Iterator<ListDatasetImportJobsResponse>ListDatasetImportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListDatasetImportJobsResponse Modifier and Type Method Description voidListDatasetImportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatasetImportJobsResponse> subscriber)
-