Uses of Interface
software.amazon.awssdk.services.macie2.model.BucketCountBySharedAccessType.Builder
-
Packages that use BucketCountBySharedAccessType.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of BucketCountBySharedAccessType.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return BucketCountBySharedAccessType.Builder Modifier and Type Method Description static BucketCountBySharedAccessType.BuilderBucketCountBySharedAccessType. builder()BucketCountBySharedAccessType.BuilderBucketCountBySharedAccessType.Builder. external(Long external)The total number of buckets that are shared with one or more of the following or any combination of the following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the same Amazon Macie organization.BucketCountBySharedAccessType.BuilderBucketCountBySharedAccessType.Builder. internal(Long internal)The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon Macie organization.BucketCountBySharedAccessType.BuilderBucketCountBySharedAccessType.Builder. notShared(Long notShared)The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.BucketCountBySharedAccessType.BuilderBucketCountBySharedAccessType. toBuilder()BucketCountBySharedAccessType.BuilderBucketCountBySharedAccessType.Builder. unknown(Long unknown)The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type BucketCountBySharedAccessType.Builder Modifier and Type Method Description static Class<? extends BucketCountBySharedAccessType.Builder>BucketCountBySharedAccessType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type BucketCountBySharedAccessType.Builder Modifier and Type Method Description default GetBucketStatisticsResponse.BuilderGetBucketStatisticsResponse.Builder. bucketCountBySharedAccessType(Consumer<BucketCountBySharedAccessType.Builder> bucketCountBySharedAccessType)The total number of buckets that are or aren't shared with other Amazon Web Services accounts, Amazon CloudFront origin access identities (OAIs), or CloudFront origin access controls (OACs).
-