@Generated(value="software.amazon.awssdk:codegen") public final class DomainStats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainStats.Builder,DomainStats>
Usage-specific statistics about the domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainStats.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
meteringProfileCount()
The number of profiles that you are currently paying for in the domain.
|
Long |
objectCount()
The total number of objects in domain.
|
Long |
profileCount()
The total number of profiles currently in the domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainStats.Builder> |
serializableBuilderClass() |
DomainStats.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalSize()
The total size, in bytes, of all objects in the domain.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long profileCount()
The total number of profiles currently in the domain.
public final Long meteringProfileCount()
The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.
public final Long objectCount()
The total number of objects in domain.
public final Long totalSize()
The total size, in bytes, of all objects in the domain.
public DomainStats.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainStats.Builder,DomainStats>public static DomainStats.Builder builder()
public static Class<? extends DomainStats.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.