Uses of Enum
software.amazon.awssdk.services.ses.model.BounceType
Packages that use BounceType
-
Uses of BounceType in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BounceTypeModifier and TypeMethodDescriptionfinal BounceTypeBouncedRecipientInfo.bounceType()The reason for the bounce.static BounceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.ses.model that return types with arguments of type BounceTypeMethods in software.amazon.awssdk.services.ses.model with parameters of type BounceTypeModifier and TypeMethodDescriptionBouncedRecipientInfo.Builder.bounceType(BounceType bounceType) The reason for the bounce.