Uses of Class
software.amazon.awssdk.services.personalize.model.DescribeDataDeletionJobResponse
-
Packages that use DescribeDataDeletionJobResponse 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 DescribeDataDeletionJobResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return DescribeDataDeletionJobResponse Modifier and Type Method Description default DescribeDataDeletionJobResponsePersonalizeClient. describeDataDeletionJob(Consumer<DescribeDataDeletionJobRequest.Builder> describeDataDeletionJobRequest)Describes the data deletion job created by CreateDataDeletionJob, including the job status.default DescribeDataDeletionJobResponsePersonalizeClient. describeDataDeletionJob(DescribeDataDeletionJobRequest describeDataDeletionJobRequest)Describes the data deletion job created by CreateDataDeletionJob, including the job status.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type DescribeDataDeletionJobResponse Modifier and Type Method Description default CompletableFuture<DescribeDataDeletionJobResponse>PersonalizeAsyncClient. describeDataDeletionJob(Consumer<DescribeDataDeletionJobRequest.Builder> describeDataDeletionJobRequest)Describes the data deletion job created by CreateDataDeletionJob, including the job status.default CompletableFuture<DescribeDataDeletionJobResponse>PersonalizeAsyncClient. describeDataDeletionJob(DescribeDataDeletionJobRequest describeDataDeletionJobRequest)Describes the data deletion job created by CreateDataDeletionJob, including the job status.
-