Class PlacementStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.PlacementStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>
@Generated("software.amazon.awssdk:codegen") public final class PlacementStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>
An object that contains inbox placement data for an email provider.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePlacementStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlacementStatistics.Builderbuilder()DoubledkimPercentage()The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoubleinboxPercentage()The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.DoublemissingPercentage()The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.List<SdkField<?>>sdkFields()static Class<? extends PlacementStatistics.Builder>serializableBuilderClass()DoublespamPercentage()The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.DoublespfPercentage()The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.PlacementStatistics.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
-
inboxPercentage
public final Double inboxPercentage()
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
- Returns:
- The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
-
spamPercentage
public final Double spamPercentage()
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
- Returns:
- The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
-
missingPercentage
public final Double missingPercentage()
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
- Returns:
- The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
-
spfPercentage
public final Double spfPercentage()
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
- Returns:
- The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
-
dkimPercentage
public final Double dkimPercentage()
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
- Returns:
- The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
-
toBuilder
public PlacementStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>
-
builder
public static PlacementStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends PlacementStatistics.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.
-
-