| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
List<S3BucketDefinitionForJob> |
S3JobDefinition.bucketDefinitions()
An array of objects, one for each AWS account that owns buckets to analyze.
|
List<S3BucketDefinitionForJob> |
JobSummary.bucketDefinitions()
The S3 buckets that the job is configured to analyze.
|
| Modifier and Type | Method and Description |
|---|---|
S3JobDefinition.Builder |
S3JobDefinition.Builder.bucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each AWS account that owns buckets to analyze.
|
JobSummary.Builder |
JobSummary.Builder.bucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
The S3 buckets that the job is configured to analyze.
|
| Modifier and Type | Method and Description |
|---|---|
S3JobDefinition.Builder |
S3JobDefinition.Builder.bucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each AWS account that owns buckets to analyze.
|
JobSummary.Builder |
JobSummary.Builder.bucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
The S3 buckets that the job is configured to analyze.
|
Copyright © 2020. All rights reserved.