Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.PhoneNumberType
-
Packages that use PhoneNumberType Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of PhoneNumberType in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return PhoneNumberType Modifier and Type Method Description static PhoneNumberTypePhoneNumberType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PhoneNumberTypeSearchAvailablePhoneNumbersRequest. phoneNumberType()Confines a search to just the phone numbers associated with the specified phone number type, either local or toll-free.PhoneNumberTypePhoneNumber. type()The phone number's type.static PhoneNumberTypePhoneNumberType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumberType[]PhoneNumberType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type PhoneNumberType Modifier and Type Method Description static Set<PhoneNumberType>PhoneNumberType. knownValues()List<PhoneNumberType>PhoneNumberCountry. supportedPhoneNumberTypes()The supported phone number types.Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type PhoneNumberType Modifier and Type Method Description SearchAvailablePhoneNumbersRequest.BuilderSearchAvailablePhoneNumbersRequest.Builder. phoneNumberType(PhoneNumberType phoneNumberType)Confines a search to just the phone numbers associated with the specified phone number type, either local or toll-free.PhoneNumberCountry.BuilderPhoneNumberCountry.Builder. supportedPhoneNumberTypes(PhoneNumberType... supportedPhoneNumberTypes)The supported phone number types.PhoneNumber.BuilderPhoneNumber.Builder. type(PhoneNumberType type)The phone number's type.Method parameters in software.amazon.awssdk.services.chimesdkvoice.model with type arguments of type PhoneNumberType Modifier and Type Method Description PhoneNumberCountry.BuilderPhoneNumberCountry.Builder. supportedPhoneNumberTypes(Collection<PhoneNumberType> supportedPhoneNumberTypes)The supported phone number types.
-