Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.EmailContactStatus
-
Packages that use EmailContactStatus Package Description software.amazon.awssdk.services.notificationscontacts.model -
-
Uses of EmailContactStatus in software.amazon.awssdk.services.notificationscontacts.model
Methods in software.amazon.awssdk.services.notificationscontacts.model that return EmailContactStatus Modifier and Type Method Description static EmailContactStatusEmailContactStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EmailContactStatusEmailContact. status()The status of the email contact.static EmailContactStatusEmailContactStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EmailContactStatus[]EmailContactStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.notificationscontacts.model that return types with arguments of type EmailContactStatus Modifier and Type Method Description static Set<EmailContactStatus>EmailContactStatus. knownValues()Methods in software.amazon.awssdk.services.notificationscontacts.model with parameters of type EmailContactStatus Modifier and Type Method Description EmailContact.BuilderEmailContact.Builder. status(EmailContactStatus status)The status of the email contact.
-