| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketCountByEffectivePermission |
BucketCountByEffectivePermission.clone() |
BucketCountByEffectivePermission |
GetBucketStatisticsResult.getBucketCountByEffectivePermission()
The total number of buckets that are publicly accessible due to a combination of permissions settings for each
bucket.
|
BucketCountByEffectivePermission |
BucketCountByEffectivePermission.withPubliclyAccessible(Long publiclyAccessible)
The total number of buckets that allow the general public to have read or write access to the bucket.
|
BucketCountByEffectivePermission |
BucketCountByEffectivePermission.withPubliclyReadable(Long publiclyReadable)
The total number of buckets that allow the general public to have read access to the bucket.
|
BucketCountByEffectivePermission |
BucketCountByEffectivePermission.withPubliclyWritable(Long publiclyWritable)
The total number of buckets that allow the general public to have write access to the bucket.
|
BucketCountByEffectivePermission |
BucketCountByEffectivePermission.withUnknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBucketStatisticsResult.setBucketCountByEffectivePermission(BucketCountByEffectivePermission bucketCountByEffectivePermission)
The total number of buckets that are publicly accessible due to a combination of permissions settings for each
bucket.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountByEffectivePermission(BucketCountByEffectivePermission bucketCountByEffectivePermission)
The total number of buckets that are publicly accessible due to a combination of permissions settings for each
bucket.
|
Copyright © 2024. All rights reserved.