| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ClassificationScopeExclusion |
S3ClassificationScopeExclusion.clone() |
S3ClassificationScopeExclusion |
S3ClassificationScope.getExcludes()
The S3 buckets that are excluded.
|
S3ClassificationScopeExclusion |
S3ClassificationScopeExclusion.withBucketNames(Collection<String> bucketNames)
An array of strings, one for each S3 bucket that is excluded.
|
S3ClassificationScopeExclusion |
S3ClassificationScopeExclusion.withBucketNames(String... bucketNames)
An array of strings, one for each S3 bucket that is excluded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3ClassificationScope.setExcludes(S3ClassificationScopeExclusion excludes)
The S3 buckets that are excluded.
|
S3ClassificationScope |
S3ClassificationScope.withExcludes(S3ClassificationScopeExclusion excludes)
The S3 buckets that are excluded.
|
Copyright © 2023. All rights reserved.