Uses of Class
com.amazonaws.services.simpleemail.model.BounceType
-
Packages that use BounceType Package Description com.amazonaws.services.simpleemail.model -
-
Uses of BounceType in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return BounceType Modifier and Type Method Description static BounceType
BounceType. fromValue(String value)
Use this in place of valueOf.static BounceType
BounceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BounceType[]
BounceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleemail.model with parameters of type BounceType Modifier and Type Method Description void
BouncedRecipientInfo. setBounceType(BounceType bounceType)
The reason for the bounce.BouncedRecipientInfo
BouncedRecipientInfo. withBounceType(BounceType bounceType)
The reason for the bounce.
-