Uses of Enum
com.amazonaws.services.simpleemail.model.BounceType
Packages that use BounceType
-
Uses of BounceType in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return BounceTypeModifier and TypeMethodDescriptionstatic BounceType
Use this in place of valueOf.static BounceType
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 BounceTypeModifier and TypeMethodDescriptionvoid
BouncedRecipientInfo.setBounceType
(BounceType bounceType) The reason for the bounce.BouncedRecipientInfo.withBounceType
(BounceType bounceType) The reason for the bounce.