| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ClassificationScopeExclusionUpdate |
S3ClassificationScopeExclusionUpdate.clone() |
S3ClassificationScopeExclusionUpdate |
S3ClassificationScopeUpdate.getExcludes()
The names of the S3 buckets to add or remove from the list.
|
S3ClassificationScopeExclusionUpdate |
S3ClassificationScopeExclusionUpdate.withBucketNames(Collection<String> bucketNames)
Depending on the value specified for the update operation (ClassificationScopeUpdateOperation), an array of
strings that: lists the names of buckets to add or remove from the list, or specifies a new set of bucket names
that overwrites all existing names in the list.
|
S3ClassificationScopeExclusionUpdate |
S3ClassificationScopeExclusionUpdate.withBucketNames(String... bucketNames)
Depending on the value specified for the update operation (ClassificationScopeUpdateOperation), an array of
strings that: lists the names of buckets to add or remove from the list, or specifies a new set of bucket names
that overwrites all existing names in the list.
|
S3ClassificationScopeExclusionUpdate |
S3ClassificationScopeExclusionUpdate.withOperation(ClassificationScopeUpdateOperation operation)
Specifies how to apply the changes to the exclusion list.
|
S3ClassificationScopeExclusionUpdate |
S3ClassificationScopeExclusionUpdate.withOperation(String operation)
Specifies how to apply the changes to the exclusion list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3ClassificationScopeUpdate.setExcludes(S3ClassificationScopeExclusionUpdate excludes)
The names of the S3 buckets to add or remove from the list.
|
S3ClassificationScopeUpdate |
S3ClassificationScopeUpdate.withExcludes(S3ClassificationScopeExclusionUpdate excludes)
The names of the S3 buckets to add or remove from the list.
|
Copyright © 2024. All rights reserved.