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