Uses of Enum
com.amazonaws.services.simpleemail.model.BounceType
Packages that use BounceType
-
Uses of BounceType in com.amazonaws.services.simpleemail.model
Subclasses with type arguments of type BounceType in com.amazonaws.services.simpleemail.modelMethods in com.amazonaws.services.simpleemail.model that return BounceTypeModifier and TypeMethodDescriptionstatic BounceTypeUse this in place of valueOf.static BounceTypeReturns 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 TypeMethodDescriptionvoidBouncedRecipientInfo.setBounceType(BounceType bounceType) The reason for the bounce.BouncedRecipientInfo.withBounceType(BounceType bounceType) The reason for the bounce.