| Package | Description |
|---|---|
| com.amazonaws.services.macie2 |
Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern
matching to discover and protect your sensitive data in AWS.
|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetBucketStatisticsResult |
AbstractAmazonMacie2.getBucketStatistics(GetBucketStatisticsRequest request) |
GetBucketStatisticsResult |
AmazonMacie2Client.getBucketStatistics(GetBucketStatisticsRequest request)
Retrieves (queries) aggregated statistical data for all the S3 buckets that Amazon Macie monitors and analyzes.
|
GetBucketStatisticsResult |
AmazonMacie2.getBucketStatistics(GetBucketStatisticsRequest getBucketStatisticsRequest)
Retrieves (queries) aggregated statistical data for all the S3 buckets that Amazon Macie monitors and analyzes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBucketStatisticsResult> |
AmazonMacie2AsyncClient.getBucketStatisticsAsync(GetBucketStatisticsRequest request,
AsyncHandler<GetBucketStatisticsRequest,GetBucketStatisticsResult> asyncHandler) |
Future<GetBucketStatisticsResult> |
AmazonMacie2Async.getBucketStatisticsAsync(GetBucketStatisticsRequest getBucketStatisticsRequest,
AsyncHandler<GetBucketStatisticsRequest,GetBucketStatisticsResult> asyncHandler)
Retrieves (queries) aggregated statistical data for all the S3 buckets that Amazon Macie monitors and analyzes.
|
Future<GetBucketStatisticsResult> |
AbstractAmazonMacie2Async.getBucketStatisticsAsync(GetBucketStatisticsRequest request,
AsyncHandler<GetBucketStatisticsRequest,GetBucketStatisticsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBucketStatisticsResult |
GetBucketStatisticsResult.clone() |
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCount(Long bucketCount)
The total number of buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountByEffectivePermission(BucketCountByEffectivePermission bucketCountByEffectivePermission)
The total number of buckets that are publicly accessible based on a combination of permissions settings for each
bucket.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountByEncryptionType(BucketCountByEncryptionType bucketCountByEncryptionType)
The total number of buckets that use certain types of server-side encryption to encrypt new objects by default.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountByObjectEncryptionRequirement(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.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountBySharedAccessType(BucketCountBySharedAccessType bucketCountBySharedAccessType)
The total number of buckets that are or aren't shared with another Amazon Web Services account.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withClassifiableObjectCount(Long classifiableObjectCount)
The total number of objects that Amazon Macie can analyze in the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withClassifiableSizeInBytes(Long classifiableSizeInBytes)
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withLastUpdated(Date 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.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withObjectCount(Long objectCount)
The total number of objects in the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withSizeInBytes(Long sizeInBytes)
The total storage size, in bytes, of the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withSizeInBytesCompressed(Long sizeInBytesCompressed)
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withUnclassifiableObjectCount(ObjectLevelStatistics unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withUnclassifiableObjectSizeInBytes(ObjectLevelStatistics unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets.
|
Copyright © 2021. All rights reserved.