| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCount(Long bucketCount)
The total number of buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountByEffectivePermission(BucketCountByEffectivePermission bucketCountByEffectivePermission)
The total number of buckets that are publicly accessible based on a combination of permissions settings for
each bucket.
|
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.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountByEncryptionType(BucketCountByEncryptionType bucketCountByEncryptionType)
The total number of buckets that use certain types of server-side encryption to encrypt new objects by
default.
|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountByEncryptionType(Consumer<BucketCountByEncryptionType.Builder> bucketCountByEncryptionType)
The total number of buckets that use certain types of server-side encryption to encrypt new objects by
default.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountByObjectEncryptionRequirement(BucketCountPolicyAllowsUnencryptedObjectUploads bucketCountByObjectEncryptionRequirement)
The total number of buckets whose bucket policies do or don't require server-side encryption of objects when
objects are uploaded to the buckets.
|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountByObjectEncryptionRequirement(Consumer<BucketCountPolicyAllowsUnencryptedObjectUploads.Builder> bucketCountByObjectEncryptionRequirement)
The total number of buckets whose bucket policies do or don't require server-side encryption of objects when
objects are uploaded to the buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountBySharedAccessType(BucketCountBySharedAccessType bucketCountBySharedAccessType)
The total number of buckets that are or aren't shared with another Amazon Web Services account.
|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountBySharedAccessType(Consumer<BucketCountBySharedAccessType.Builder> bucketCountBySharedAccessType)
The total number of buckets that are or aren't shared with another Amazon Web Services account.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketStatisticsBySensitivity(BucketStatisticsBySensitivity bucketStatisticsBySensitivity)
The aggregated sensitive data discovery statistics for the buckets.
|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketStatisticsBySensitivity(Consumer<BucketStatisticsBySensitivity.Builder> bucketStatisticsBySensitivity)
The aggregated sensitive data discovery statistics for the buckets.
|
static GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.builder() |
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.classifiableObjectCount(Long classifiableObjectCount)
The total number of objects that Amazon Macie can analyze in the buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.classifiableSizeInBytes(Long classifiableSizeInBytes)
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.lastUpdated(Instant lastUpdated)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved both bucket
and object metadata from Amazon S3 for the buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.objectCount(Long objectCount)
The total number of objects in the buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.sizeInBytes(Long sizeInBytes)
The total storage size, in bytes, of the buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.sizeInBytesCompressed(Long sizeInBytesCompressed)
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.toBuilder() |
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.unclassifiableObjectCount(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.unclassifiableObjectCount(ObjectLevelStatistics unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the buckets.
|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.unclassifiableObjectSizeInBytes(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets.
|
GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.unclassifiableObjectSizeInBytes(ObjectLevelStatistics unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBucketStatisticsResponse.Builder> |
GetBucketStatisticsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.