@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 all 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 last analyzed the buckets.
|
Long |
objectCount()
The total number of objects in all the buckets.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBucketStatisticsResponse.Builder> |
serializableBuilderClass() |
Long |
sizeInBytes()
The total storage size, in bytes, of all the buckets.
|
Long |
sizeInBytesCompressed()
The total compressed storage size, in bytes, of all the buckets.
|
GetBucketStatisticsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 aren't encrypted.
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 all the buckets. These objects use a file format, file extension, or content type that Amazon Macie supports.
public Instant lastUpdated()
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie last analyzed the buckets.
public Long objectCount()
The total number of objects in all the buckets.
public Long sizeInBytes()
The total storage size, in bytes, of all the buckets.
public Long sizeInBytesCompressed()
The total compressed storage size, in bytes, of all the buckets.
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.