@Generated(value="software.amazon.awssdk:codegen") public final class ObjectLevelStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectLevelStatistics.Builder,ObjectLevelStatistics>
Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can't analyze in one or more S3 buckets. In a BucketMetadata or MatchingBucket object, this data is for a specific bucket. In a GetBucketStatisticsResponse object, this data is aggregated for the buckets in the query results. If versioning is enabled for a bucket, total storage size values are based on the size of the latest version of each applicable object in the bucket.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ObjectLevelStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ObjectLevelStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
fileType()
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects don't
have a file name extension for a supported file or storage format.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ObjectLevelStatistics.Builder> |
serializableBuilderClass() |
Long |
storageClass()
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an
unsupported storage class.
|
ObjectLevelStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
total()
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an
unsupported storage class or don't have a file name extension for a supported file or storage format.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long fileType()
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects don't have a file name extension for a supported file or storage format.
public final Long storageClass()
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class.
public final Long total()
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class or don't have a file name extension for a supported file or storage format.
public ObjectLevelStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ObjectLevelStatistics.Builder,ObjectLevelStatistics>public static ObjectLevelStatistics.Builder builder()
public static Class<? extends ObjectLevelStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.