| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.clone() |
JobSummary |
JobSummary.withBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
The S3 buckets that the job is configured to analyze.
|
JobSummary |
JobSummary.withBucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
The S3 buckets that the job is configured 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.withName(String name)
The custom name of the job.
|
| 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 © 2020. All rights reserved.