Uses of Enum
software.amazon.awssdk.services.ses.model.BulkEmailStatus
Packages that use BulkEmailStatus
-
Uses of BulkEmailStatus in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BulkEmailStatusModifier and TypeMethodDescriptionstatic BulkEmailStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final BulkEmailStatusBulkEmailDestinationStatus.status()The status of a message sent using theSendBulkTemplatedEmailoperation.static BulkEmailStatusReturns the enum constant of this type with the specified name.static BulkEmailStatus[]BulkEmailStatus.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 BulkEmailStatusMethods in software.amazon.awssdk.services.ses.model with parameters of type BulkEmailStatusModifier and TypeMethodDescriptionBulkEmailDestinationStatus.Builder.status(BulkEmailStatus status) The status of a message sent using theSendBulkTemplatedEmailoperation.