| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static BucketCountByEffectivePermission.Builder |
BucketCountByEffectivePermission.builder() |
BucketCountByEffectivePermission.Builder |
BucketCountByEffectivePermission.Builder.publiclyAccessible(Long publiclyAccessible)
The total number of buckets that allow the general public to have read or write access to the bucket.
|
BucketCountByEffectivePermission.Builder |
BucketCountByEffectivePermission.Builder.publiclyReadable(Long publiclyReadable)
The total number of buckets that allow the general public to have read access to the bucket.
|
BucketCountByEffectivePermission.Builder |
BucketCountByEffectivePermission.Builder.publiclyWritable(Long publiclyWritable)
The total number of buckets that allow the general public to have write access to the bucket.
|
BucketCountByEffectivePermission.Builder |
BucketCountByEffectivePermission.toBuilder() |
BucketCountByEffectivePermission.Builder |
BucketCountByEffectivePermission.Builder.unknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BucketCountByEffectivePermission.Builder> |
BucketCountByEffectivePermission.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountByEffectivePermission(Consumer<BucketCountByEffectivePermission.Builder> bucketCountByEffectivePermission)
The total number of buckets that are publicly accessible based on a combination of permissions settings for
each bucket.
|
Copyright © 2023. All rights reserved.