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