| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3JobDefinition |
S3JobDefinition.clone() |
S3JobDefinition |
DescribeClassificationJobResult.getS3JobDefinition()
The S3 buckets that the job is configured to analyze, and the scope of that analysis.
|
S3JobDefinition |
CreateClassificationJobRequest.getS3JobDefinition()
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
S3JobDefinition |
S3JobDefinition.withBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each bucket that contains objects to analyze.
|
S3JobDefinition |
S3JobDefinition.withBucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each bucket that contains objects to analyze.
|
S3JobDefinition |
S3JobDefinition.withScoping(Scoping scoping)
A JobScopeTerm object that specifies conditions for including or excluding objects from the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClassificationJobResult.setS3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that the job is configured to analyze, and the scope of that analysis.
|
void |
CreateClassificationJobRequest.setS3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
DescribeClassificationJobResult |
DescribeClassificationJobResult.withS3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that the job is configured to analyze, and the scope of that analysis.
|
CreateClassificationJobRequest |
CreateClassificationJobRequest.withS3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
Copyright © 2020. All rights reserved.