| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3BucketDefinitionForJob |
S3BucketDefinitionForJob.clone() |
S3BucketDefinitionForJob |
S3BucketDefinitionForJob.withAccountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the buckets.
|
S3BucketDefinitionForJob |
S3BucketDefinitionForJob.withBuckets(Collection<String> buckets)
An array that lists the names of the buckets.
|
S3BucketDefinitionForJob |
S3BucketDefinitionForJob.withBuckets(String... buckets)
An array that lists the names of the buckets.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3BucketDefinitionForJob> |
S3JobDefinition.getBucketDefinitions()
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
List<S3BucketDefinitionForJob> |
JobSummary.getBucketDefinitions()
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to
analyze.
|
| Modifier and Type | Method and Description |
|---|---|
S3JobDefinition |
S3JobDefinition.withBucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
JobSummary |
JobSummary.withBucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to
analyze.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3JobDefinition.setBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
void |
JobSummary.setBucketDefinitions(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 |
S3JobDefinition.withBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
JobSummary |
JobSummary.withBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to
analyze.
|
Copyright © 2023. All rights reserved.