@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.
| 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 Amazon Web Services 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 Amazon Web Services account that's part of the same Amazon
Macie organization.
|
Long |
notShared()
The total number of buckets that aren't shared with other Amazon Web Services 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 final 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.
public final 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.
public final Long notShared()
The total number of buckets that aren't shared with other Amazon Web Services accounts.
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.
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 © 2022. All rights reserved.