Uses of Class
software.amazon.awssdk.services.pinpointemail.model.DeliverabilityTestStatus
-
Packages that use DeliverabilityTestStatus Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of DeliverabilityTestStatus in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return DeliverabilityTestStatus Modifier and Type Method Description DeliverabilityTestStatusCreateDeliverabilityTestReportResponse. deliverabilityTestStatus()The status of the predictive inbox placement test.DeliverabilityTestStatusDeliverabilityTestReport. deliverabilityTestStatus()The status of the predictive inbox placement test.static DeliverabilityTestStatusDeliverabilityTestStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeliverabilityTestStatusDeliverabilityTestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliverabilityTestStatus[]DeliverabilityTestStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type DeliverabilityTestStatus Modifier and Type Method Description static Set<DeliverabilityTestStatus>DeliverabilityTestStatus. knownValues()Methods in software.amazon.awssdk.services.pinpointemail.model with parameters of type DeliverabilityTestStatus Modifier and Type Method Description CreateDeliverabilityTestReportResponse.BuilderCreateDeliverabilityTestReportResponse.Builder. deliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)The status of the predictive inbox placement test.DeliverabilityTestReport.BuilderDeliverabilityTestReport.Builder. deliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)The status of the predictive inbox placement test.
-