| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DataDeletionJobSummary |
DataDeletionJobSummary.clone() |
DataDeletionJobSummary |
DataDeletionJobSummary.withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the data deletion job.
|
DataDeletionJobSummary |
DataDeletionJobSummary.withDataDeletionJobArn(String dataDeletionJobArn)
The Amazon Resource Name (ARN) of the data deletion job.
|
DataDeletionJobSummary |
DataDeletionJobSummary.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
|
DataDeletionJobSummary |
DataDeletionJobSummary.withFailureReason(String failureReason)
If a data deletion job fails, provides the reason why.
|
DataDeletionJobSummary |
DataDeletionJobSummary.withJobName(String jobName)
The name of the data deletion job.
|
DataDeletionJobSummary |
DataDeletionJobSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) the data deletion job was last updated.
|
DataDeletionJobSummary |
DataDeletionJobSummary.withStatus(String status)
The status of the data deletion job.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataDeletionJobSummary> |
ListDataDeletionJobsResult.getDataDeletionJobs()
The list of data deletion jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataDeletionJobsResult |
ListDataDeletionJobsResult.withDataDeletionJobs(DataDeletionJobSummary... dataDeletionJobs)
The list of data deletion jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataDeletionJobsResult.setDataDeletionJobs(Collection<DataDeletionJobSummary> dataDeletionJobs)
The list of data deletion jobs.
|
ListDataDeletionJobsResult |
ListDataDeletionJobsResult.withDataDeletionJobs(Collection<DataDeletionJobSummary> dataDeletionJobs)
The list of data deletion jobs.
|
Copyright © 2024. All rights reserved.