@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 shared with other AWS accounts.
| 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 an AWS account that isn't part of 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 an AWS account that's part of the same Amazon Macie
organization.
|
Long |
notShared()
The total number of buckets that aren't shared with other AWS accounts.
|
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 Long external()
The total number of buckets that are shared with an AWS account that isn't part of the same Amazon Macie organization.
public Long internal()
The total number of buckets that are shared with an AWS account that's part of the same Amazon Macie organization.
public Long notShared()
The total number of buckets that aren't shared with other AWS accounts.
public 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 AWS accounts.
public BucketCountBySharedAccessType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BucketCountBySharedAccessType.Builder,BucketCountBySharedAccessType>public static BucketCountBySharedAccessType.Builder builder()
public static Class<? extends BucketCountBySharedAccessType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.