| 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 based on 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBucketStatisticsResult.setBucketCountByEffectivePermission(BucketCountByEffectivePermission bucketCountByEffectivePermission)
The total number of buckets that are publicly accessible based on a combination of permissions settings for each
bucket.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountByEffectivePermission(BucketCountByEffectivePermission bucketCountByEffectivePermission)
The total number of buckets that are publicly accessible based on a combination of permissions settings for each
bucket.
|
Copyright © 2020. All rights reserved.