Uses of Class
software.amazon.awssdk.services.ses.model.BulkEmailStatus
-
Packages that use BulkEmailStatus Package Description software.amazon.awssdk.services.ses.model -
-
Uses of BulkEmailStatus in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BulkEmailStatus Modifier and Type Method Description static BulkEmailStatusBulkEmailStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BulkEmailStatusBulkEmailDestinationStatus. status()The status of a message sent using theSendBulkTemplatedEmailoperation.static BulkEmailStatusBulkEmailStatus. valueOf(String name)Returns 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 BulkEmailStatus Modifier and Type Method Description static Set<BulkEmailStatus>BulkEmailStatus. knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type BulkEmailStatus Modifier and Type Method Description BulkEmailDestinationStatus.BuilderBulkEmailDestinationStatus.Builder. status(BulkEmailStatus status)The status of a message sent using theSendBulkTemplatedEmailoperation.
-