@Generated(value="software.amazon.awssdk:codegen") public final class OverallVolume extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OverallVolume.Builder,OverallVolume>
An object that contains information about email that was sent from the selected domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OverallVolume.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OverallVolume.Builder |
builder() |
List<DomainIspPlacement> |
domainIspPlacements()
An object that contains inbox and junk mail placement metrics for individual email providers.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
readRatePercent()
The percentage of emails that were sent from the domain that were read by their recipients.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OverallVolume.Builder> |
serializableBuilderClass() |
OverallVolume.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VolumeStatistics |
volumeStatistics()
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk
mail folders.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic VolumeStatistics volumeStatistics()
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
public Double readRatePercent()
The percentage of emails that were sent from the domain that were read by their recipients.
public List<DomainIspPlacement> domainIspPlacements()
An object that contains inbox and junk mail placement metrics for individual email providers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public OverallVolume.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OverallVolume.Builder,OverallVolume>public static OverallVolume.Builder builder()
public static Class<? extends OverallVolume.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.