Uses of Interface
software.amazon.awssdk.services.macie2.model.BucketCountByEffectivePermission.Builder
-
Packages that use BucketCountByEffectivePermission.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of BucketCountByEffectivePermission.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return BucketCountByEffectivePermission.Builder Modifier and Type Method Description static BucketCountByEffectivePermission.BuilderBucketCountByEffectivePermission. builder()BucketCountByEffectivePermission.BuilderBucketCountByEffectivePermission.Builder. publiclyAccessible(Long publiclyAccessible)The total number of buckets that allow the general public to have read or write access to the bucket.BucketCountByEffectivePermission.BuilderBucketCountByEffectivePermission.Builder. publiclyReadable(Long publiclyReadable)The total number of buckets that allow the general public to have read access to the bucket.BucketCountByEffectivePermission.BuilderBucketCountByEffectivePermission.Builder. publiclyWritable(Long publiclyWritable)The total number of buckets that allow the general public to have write access to the bucket.BucketCountByEffectivePermission.BuilderBucketCountByEffectivePermission. toBuilder()BucketCountByEffectivePermission.BuilderBucketCountByEffectivePermission.Builder. unknown(Long unknown)The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type BucketCountByEffectivePermission.Builder Modifier and Type Method Description static Class<? extends BucketCountByEffectivePermission.Builder>BucketCountByEffectivePermission. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type BucketCountByEffectivePermission.Builder Modifier and Type Method Description default GetBucketStatisticsResponse.BuilderGetBucketStatisticsResponse.Builder. bucketCountByEffectivePermission(Consumer<BucketCountByEffectivePermission.Builder> bucketCountByEffectivePermission)The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
-