Uses of Class
software.amazon.awssdk.services.personalize.model.ListDataDeletionJobsRequest
-
Packages that use ListDataDeletionJobsRequest 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.transform -
-
Uses of ListDataDeletionJobsRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type ListDataDeletionJobsRequest Modifier and Type Method Description 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.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. -
Uses of ListDataDeletionJobsRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type ListDataDeletionJobsRequest Modifier and Type Method Description SdkHttpFullRequestListDataDeletionJobsRequestMarshaller. marshall(ListDataDeletionJobsRequest listDataDeletionJobsRequest)
-