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