Uses of Class
software.amazon.awssdk.services.chime.model.PhoneNumberOrderStatus
-
Packages that use PhoneNumberOrderStatus Package Description software.amazon.awssdk.services.chime.model -
-
Uses of PhoneNumberOrderStatus in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return PhoneNumberOrderStatus Modifier and Type Method Description static PhoneNumberOrderStatusPhoneNumberOrderStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PhoneNumberOrderStatusPhoneNumberOrder. status()The status of the phone number order.static PhoneNumberOrderStatusPhoneNumberOrderStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumberOrderStatus[]PhoneNumberOrderStatus. 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 PhoneNumberOrderStatus Modifier and Type Method Description static Set<PhoneNumberOrderStatus>PhoneNumberOrderStatus. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type PhoneNumberOrderStatus Modifier and Type Method Description PhoneNumberOrder.BuilderPhoneNumberOrder.Builder. status(PhoneNumberOrderStatus status)The status of the phone number order.
-