| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketCountBySharedAccessType |
BucketCountBySharedAccessType.clone() |
BucketCountBySharedAccessType |
GetBucketStatisticsResult.getBucketCountBySharedAccessType()
The total number of buckets that are or aren't shared with another Amazon Web Services account.
|
BucketCountBySharedAccessType |
BucketCountBySharedAccessType.withExternal(Long external)
The total number of buckets that are shared with an Amazon Web Services account that isn't part of the same
Amazon Macie organization.
|
BucketCountBySharedAccessType |
BucketCountBySharedAccessType.withInternal(Long internal)
The total number of buckets that are shared with an Amazon Web Services account that's part of the same Amazon
Macie organization.
|
BucketCountBySharedAccessType |
BucketCountBySharedAccessType.withNotShared(Long notShared)
The total number of buckets that aren't shared with other Amazon Web Services accounts.
|
BucketCountBySharedAccessType |
BucketCountBySharedAccessType.withUnknown(Long unknown)
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBucketStatisticsResult.setBucketCountBySharedAccessType(BucketCountBySharedAccessType bucketCountBySharedAccessType)
The total number of buckets that are or aren't shared with another Amazon Web Services account.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountBySharedAccessType(BucketCountBySharedAccessType bucketCountBySharedAccessType)
The total number of buckets that are or aren't shared with another Amazon Web Services account.
|
Copyright © 2022. All rights reserved.