| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static BucketCountBySharedAccessType.Builder |
BucketCountBySharedAccessType.builder() |
BucketCountBySharedAccessType.Builder |
BucketCountBySharedAccessType.Builder.external(Long external)
The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie
organization.
|
BucketCountBySharedAccessType.Builder |
BucketCountBySharedAccessType.Builder.internal(Long internal)
The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie
organization.
|
BucketCountBySharedAccessType.Builder |
BucketCountBySharedAccessType.Builder.notShared(Long notShared)
The total number of buckets that aren't shared with other AWS accounts.
|
BucketCountBySharedAccessType.Builder |
BucketCountBySharedAccessType.toBuilder() |
BucketCountBySharedAccessType.Builder |
BucketCountBySharedAccessType.Builder.unknown(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 |
|---|---|
static Class<? extends BucketCountBySharedAccessType.Builder> |
BucketCountBySharedAccessType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountBySharedAccessType(Consumer<BucketCountBySharedAccessType.Builder> bucketCountBySharedAccessType)
The total number of buckets that are shared with another AWS account.
|
Copyright © 2020. All rights reserved.