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 interface
VolumeStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VolumeStatistics.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Long
inboxRawCount()
The total number of emails that arrived in recipients' inboxes.Long
projectedInbox()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.Long
projectedSpam()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends VolumeStatistics.Builder>
serializableBuilderClass()
Long
spamRawCount()
The total number of emails that arrived in recipients' spam or junk mail folders.VolumeStatistics.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-