@Generated(value="software.amazon.awssdk:codegen") public final class BucketCountBySharedAccessType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BucketCountBySharedAccessType.Builder,BucketCountBySharedAccessType>
Provides information about the number of S3 buckets that are or aren't shared with other Amazon Web Services accounts, Amazon CloudFront origin access identities (OAIs), or CloudFront origin access controls (OACs). In this data, an Amazon Macie organization is defined as a set of Macie accounts that are centrally managed as a group of related accounts through Organizations or by Macie invitation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BucketCountBySharedAccessType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BucketCountBySharedAccessType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
external()
The total number of buckets that are shared with one or more of the following or any combination of the
following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the same
Amazon Macie organization.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
internal()
The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon
Macie organization.
|
Long |
notShared()
The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs,
or CloudFront OACs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BucketCountBySharedAccessType.Builder> |
serializableBuilderClass() |
BucketCountBySharedAccessType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
unknown()
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long external()
The total number of buckets that are shared with one or more of the following or any combination of the following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the same Amazon Macie organization.
public final Long internal()
The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon Macie organization. These buckets aren't shared with Amazon CloudFront OAIs or OACs.
public final Long notShared()
The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
public final Long unknown()
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
public BucketCountBySharedAccessType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BucketCountBySharedAccessType.Builder,BucketCountBySharedAccessType>public static BucketCountBySharedAccessType.Builder builder()
public static Class<? extends BucketCountBySharedAccessType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.