| 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> |
AbstractAmazonMacie2Async.getBucketStatisticsAsync(GetBucketStatisticsRequest request,
AsyncHandler<GetBucketStatisticsRequest,GetBucketStatisticsResult> asyncHandler) |
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.
|
| 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, grouped by server-side encryption type.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountBySharedAccessType(BucketCountBySharedAccessType bucketCountBySharedAccessType)
The total number of buckets that are shared with another AWS account.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withClassifiableObjectCount(Long classifiableObjectCount)
The total number of objects that Amazon Macie can analyze in all the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withLastUpdated(Date lastUpdated)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie last analyzed the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withObjectCount(Long objectCount)
The total number of objects in all the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withSizeInBytes(Long sizeInBytes)
The total storage size, in bytes, of all the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withSizeInBytesCompressed(Long sizeInBytesCompressed)
The total compressed storage size, in bytes, of all the buckets.
|
Copyright © 2020. All rights reserved.