Uses of Class
software.amazon.awssdk.services.chime.model.PhoneNumberProductType
-
Packages that use PhoneNumberProductType Package Description software.amazon.awssdk.services.chime.model -
-
Uses of PhoneNumberProductType in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return PhoneNumberProductType Modifier and Type Method Description static PhoneNumberProductTypePhoneNumberProductType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PhoneNumberProductTypeCreatePhoneNumberOrderRequest. productType()The phone number product type.PhoneNumberProductTypeListPhoneNumbersRequest. productType()The phone number product type.PhoneNumberProductTypeListSupportedPhoneNumberCountriesRequest. productType()The phone number product type.PhoneNumberProductTypePhoneNumber. productType()The phone number product type.PhoneNumberProductTypePhoneNumberOrder. productType()The phone number order product type.PhoneNumberProductTypeUpdatePhoneNumberRequest. productType()The product type.PhoneNumberProductTypeUpdatePhoneNumberRequestItem. productType()The product type to update.static PhoneNumberProductTypePhoneNumberProductType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumberProductType[]PhoneNumberProductType. 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 PhoneNumberProductType Modifier and Type Method Description static Set<PhoneNumberProductType>PhoneNumberProductType. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type PhoneNumberProductType Modifier and Type Method Description CreatePhoneNumberOrderRequest.BuilderCreatePhoneNumberOrderRequest.Builder. productType(PhoneNumberProductType productType)The phone number product type.ListPhoneNumbersRequest.BuilderListPhoneNumbersRequest.Builder. productType(PhoneNumberProductType productType)The phone number product type.ListSupportedPhoneNumberCountriesRequest.BuilderListSupportedPhoneNumberCountriesRequest.Builder. productType(PhoneNumberProductType productType)The phone number product type.PhoneNumber.BuilderPhoneNumber.Builder. productType(PhoneNumberProductType productType)The phone number product type.PhoneNumberOrder.BuilderPhoneNumberOrder.Builder. productType(PhoneNumberProductType productType)The phone number order product type.UpdatePhoneNumberRequest.BuilderUpdatePhoneNumberRequest.Builder. productType(PhoneNumberProductType productType)The product type.UpdatePhoneNumberRequestItem.BuilderUpdatePhoneNumberRequestItem.Builder. productType(PhoneNumberProductType productType)The product type to update.
-