@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 object, this data is for a specific bucket. In a GetBucketStatisticsResponse object, this data is aggregated for all the buckets in the query results.
| 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 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 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.