@Generated(value="software.amazon.awssdk:codegen") public final class GetBucketStatisticsResponse extends Macie2Response implements ToCopyableBuilder<GetBucketStatisticsResponse.Builder,GetBucketStatisticsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBucketStatisticsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
bucketCount()
The total number of buckets.
|
BucketCountByEffectivePermission |
bucketCountByEffectivePermission()
The total number of buckets that are publicly accessible based on a combination of permissions settings for each
bucket.
|
BucketCountByEncryptionType |
bucketCountByEncryptionType()
The total number of buckets, grouped by server-side encryption type.
|
BucketCountBySharedAccessType |
bucketCountBySharedAccessType()
The total number of buckets that are shared with another AWS account.
|
static GetBucketStatisticsResponse.Builder |
builder() |
Long |
classifiableObjectCount()
The total number of objects that Amazon Macie can analyze in the buckets.
|
Long |
classifiableSizeInBytes()
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdated()
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved data about the
buckets from Amazon S3.
|
Long |
objectCount()
The total number of objects in the buckets.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBucketStatisticsResponse.Builder> |
serializableBuilderClass() |
Long |
sizeInBytes()
The total storage size, in bytes, of the buckets.
|
Long |
sizeInBytesCompressed()
The total compressed storage size, in bytes, of the buckets.
|
GetBucketStatisticsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ObjectLevelStatistics |
unclassifiableObjectCount()
The total number of objects that Amazon Macie can't analyze in the buckets.
|
ObjectLevelStatistics |
unclassifiableObjectSizeInBytes()
The total storage size, in bytes, of all the objects that Amazon Macie can't analyze in the buckets.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long bucketCount()
The total number of buckets.
public BucketCountByEffectivePermission bucketCountByEffectivePermission()
The total number of buckets that are publicly accessible based on a combination of permissions settings for each bucket.
public BucketCountByEncryptionType bucketCountByEncryptionType()
The total number of buckets, grouped by server-side encryption type. This object also reports the total number of buckets that don't encrypt objects by default.
public BucketCountBySharedAccessType bucketCountBySharedAccessType()
The total number of buckets that are shared with another AWS account.
public Long classifiableObjectCount()
The total number of objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.
public Long classifiableSizeInBytes()
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.
public Instant lastUpdated()
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved data about the buckets from Amazon S3.
public Long objectCount()
The total number of objects in the buckets.
public Long sizeInBytes()
The total storage size, in bytes, of the buckets.
public Long sizeInBytesCompressed()
The total compressed storage size, in bytes, of the buckets.
public ObjectLevelStatistics unclassifiableObjectCount()
The total number of objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
public ObjectLevelStatistics unclassifiableObjectSizeInBytes()
The total storage size, in bytes, of all the objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
public GetBucketStatisticsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBucketStatisticsResponse.Builder,GetBucketStatisticsResponse>toBuilder in class AwsResponsepublic static GetBucketStatisticsResponse.Builder builder()
public static Class<? extends GetBucketStatisticsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.