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 BounceTypeBounceType. fromValue(String value)Use this in place of valueOf.static BounceTypeBounceType. 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 voidBouncedRecipientInfo. setBounceType(BounceType bounceType)The reason for the bounce.BouncedRecipientInfoBouncedRecipientInfo. withBounceType(BounceType bounceType)The reason for the bounce.
-