Class VolumeStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.VolumeStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VolumeStatistics.Builder,VolumeStatistics>
@Generated("software.amazon.awssdk:codegen") public final class VolumeStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VolumeStatistics.Builder,VolumeStatistics>
An object that contains information about the amount of email that was delivered to recipients.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVolumeStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VolumeStatistics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LonginboxRawCount()The total number of emails that arrived in recipients' inboxes.LongprojectedInbox()An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.LongprojectedSpam()An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.List<SdkField<?>>sdkFields()static Class<? extends VolumeStatistics.Builder>serializableBuilderClass()LongspamRawCount()The total number of emails that arrived in recipients' spam or junk mail folders.VolumeStatistics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inboxRawCount
public final Long inboxRawCount()
The total number of emails that arrived in recipients' inboxes.
- Returns:
- The total number of emails that arrived in recipients' inboxes.
-
spamRawCount
public final Long spamRawCount()
The total number of emails that arrived in recipients' spam or junk mail folders.
- Returns:
- The total number of emails that arrived in recipients' spam or junk mail folders.
-
projectedInbox
public final Long projectedInbox()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
- Returns:
- An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
-
projectedSpam
public final Long projectedSpam()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
- Returns:
- An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
-
toBuilder
public VolumeStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VolumeStatistics.Builder,VolumeStatistics>
-
builder
public static VolumeStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends VolumeStatistics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-