| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.clone() |
JobSummary |
JobSummary.withBucketCriteria(S3BucketCriteriaForJob bucketCriteria)
The property- and tag-based conditions that determine which S3 buckets are included or excluded from the job's
analysis.
|
JobSummary |
JobSummary.withBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to
analyze.
|
JobSummary |
JobSummary.withBucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to
analyze.
|
JobSummary |
JobSummary.withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the job was created.
|
JobSummary |
JobSummary.withJobId(String jobId)
The unique identifier for the job.
|
JobSummary |
JobSummary.withJobStatus(JobStatus jobStatus)
The current status of the job.
|
JobSummary |
JobSummary.withJobStatus(String jobStatus)
The current status of the job.
|
JobSummary |
JobSummary.withJobType(JobType jobType)
The schedule for running the job.
|
JobSummary |
JobSummary.withJobType(String jobType)
The schedule for running the job.
|
JobSummary |
JobSummary.withLastRunErrorStatus(LastRunErrorStatus lastRunErrorStatus)
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
JobSummary |
JobSummary.withName(String name)
The custom name of the job.
|
JobSummary |
JobSummary.withUserPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListClassificationJobsResult.getItems()
An array of objects, one for each job that meets the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListClassificationJobsResult |
ListClassificationJobsResult.withItems(JobSummary... items)
An array of objects, one for each job that meets the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClassificationJobsResult.setItems(Collection<JobSummary> items)
An array of objects, one for each job that meets the filter criteria specified in the request.
|
ListClassificationJobsResult |
ListClassificationJobsResult.withItems(Collection<JobSummary> items)
An array of objects, one for each job that meets the filter criteria specified in the request.
|
Copyright © 2021. All rights reserved.