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