Uses of Interface
software.amazon.awssdk.services.personalize.model.ListDataDeletionJobsRequest.Builder
-
Packages that use ListDataDeletionJobsRequest.Builder 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.model -
-
Uses of ListDataDeletionJobsRequest.Builder in software.amazon.awssdk.services.personalize
Method parameters in software.amazon.awssdk.services.personalize with type arguments of type ListDataDeletionJobsRequest.Builder 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 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. -
Uses of ListDataDeletionJobsRequest.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return ListDataDeletionJobsRequest.Builder Modifier and Type Method Description static ListDataDeletionJobsRequest.BuilderListDataDeletionJobsRequest. builder()ListDataDeletionJobsRequest.BuilderListDataDeletionJobsRequest.Builder. datasetGroupArn(String datasetGroupArn)The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.ListDataDeletionJobsRequest.BuilderListDataDeletionJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of data deletion jobs to return.ListDataDeletionJobsRequest.BuilderListDataDeletionJobsRequest.Builder. nextToken(String nextToken)A token returned from the previous call toListDataDeletionJobsfor getting the next set of jobs (if they exist).ListDataDeletionJobsRequest.BuilderListDataDeletionJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataDeletionJobsRequest.BuilderListDataDeletionJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataDeletionJobsRequest.BuilderListDataDeletionJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type ListDataDeletionJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListDataDeletionJobsRequest.Builder>ListDataDeletionJobsRequest. serializableBuilderClass()
-