| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3JobDefinition |
S3JobDefinition.clone() |
S3JobDefinition |
DescribeClassificationJobResult.getS3JobDefinition()
The S3 buckets that contain the objects 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.withBucketCriteria(S3BucketCriteriaForJob bucketCriteria)
The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis.
|
S3JobDefinition |
S3JobDefinition.withBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
S3JobDefinition |
S3JobDefinition.withBucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
S3JobDefinition |
S3JobDefinition.withScoping(Scoping scoping)
The property- and tag-based conditions that determine which S3 objects to include or exclude from the analysis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClassificationJobResult.setS3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that contain the objects 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 contain the objects 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 © 2023. All rights reserved.