| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
JobDetails |
JobDetails.clone() |
JobDetails |
BucketMetadata.getJobDetails()
Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket,
and, if so, the details of the job that ran most recently.
|
JobDetails |
JobDetails.withIsDefinedInJob(IsDefinedInJob isDefinedInJob)
Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket.
|
JobDetails |
JobDetails.withIsDefinedInJob(String isDefinedInJob)
Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket.
|
JobDetails |
JobDetails.withIsMonitoredByJob(IsMonitoredByJob isMonitoredByJob)
Specifies whether any recurring jobs are configured to analyze data in the bucket.
|
JobDetails |
JobDetails.withIsMonitoredByJob(String isMonitoredByJob)
Specifies whether any recurring jobs are configured to analyze data in the bucket.
|
JobDetails |
JobDetails.withLastJobId(String lastJobId)
The unique identifier for the job that ran most recently (either the latest run of a recurring job or the only
run of a one-time job) and is configured to analyze data in the bucket.
|
JobDetails |
JobDetails.withLastJobRunTime(Date lastJobRunTime)
The date and time, in UTC and extended ISO 8601 format, when the job (lastJobId) started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketMetadata.setJobDetails(JobDetails jobDetails)
Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket,
and, if so, the details of the job that ran most recently.
|
BucketMetadata |
BucketMetadata.withJobDetails(JobDetails jobDetails)
Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket,
and, if so, the details of the job that ran most recently.
|
Copyright © 2021. All rights reserved.