Uses of Class
software.amazon.awssdk.services.personalize.model.ListDataDeletionJobsResponse
-
Packages that use ListDataDeletionJobsResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers. -
-
Uses of ListDataDeletionJobsResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListDataDeletionJobsResponse Modifier and Type Method Description default ListDataDeletionJobsResponsePersonalizeClient. listDataDeletionJobs(Consumer<ListDataDeletionJobsRequest.Builder> listDataDeletionJobsRequest)Returns a list of data deletion jobs for a dataset group ordered by creation time, with the most recent first.default ListDataDeletionJobsResponsePersonalizeClient. listDataDeletionJobs(ListDataDeletionJobsRequest listDataDeletionJobsRequest)Returns a list of data deletion jobs for a dataset group ordered by creation time, with the most recent first.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListDataDeletionJobsResponse Modifier and Type Method Description default CompletableFuture<ListDataDeletionJobsResponse>PersonalizeAsyncClient. listDataDeletionJobs(Consumer<ListDataDeletionJobsRequest.Builder> listDataDeletionJobsRequest)Returns a list of data deletion jobs for a dataset group ordered by creation time, with the most recent first.default CompletableFuture<ListDataDeletionJobsResponse>PersonalizeAsyncClient. listDataDeletionJobs(ListDataDeletionJobsRequest listDataDeletionJobsRequest)Returns a list of data deletion jobs for a dataset group ordered by creation time, with the most recent first.
-