| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberProductType |
PhoneNumberProductType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PhoneNumberProductType |
UpdatePhoneNumberRequestItem.productType()
The product type to update.
|
PhoneNumberProductType |
PhoneNumber.productType()
The phone number product type.
|
PhoneNumberProductType |
PhoneNumberOrder.productType()
The phone number order product type.
|
PhoneNumberProductType |
ListSupportedPhoneNumberCountriesRequest.productType()
The phone number product type.
|
PhoneNumberProductType |
CreatePhoneNumberOrderRequest.productType()
The phone number product type.
|
PhoneNumberProductType |
ListPhoneNumbersRequest.productType()
The phone number product type.
|
PhoneNumberProductType |
UpdatePhoneNumberRequest.productType()
The product type.
|
static PhoneNumberProductType |
PhoneNumberProductType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PhoneNumberProductType> |
PhoneNumberProductType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePhoneNumberRequestItem.Builder |
UpdatePhoneNumberRequestItem.Builder.productType(PhoneNumberProductType productType)
The product type to update.
|
PhoneNumber.Builder |
PhoneNumber.Builder.productType(PhoneNumberProductType productType)
The phone number product type.
|
PhoneNumberOrder.Builder |
PhoneNumberOrder.Builder.productType(PhoneNumberProductType productType)
The phone number order product type.
|
ListSupportedPhoneNumberCountriesRequest.Builder |
ListSupportedPhoneNumberCountriesRequest.Builder.productType(PhoneNumberProductType productType)
The phone number product type.
|
CreatePhoneNumberOrderRequest.Builder |
CreatePhoneNumberOrderRequest.Builder.productType(PhoneNumberProductType productType)
The phone number product type.
|
ListPhoneNumbersRequest.Builder |
ListPhoneNumbersRequest.Builder.productType(PhoneNumberProductType productType)
The phone number product type.
|
UpdatePhoneNumberRequest.Builder |
UpdatePhoneNumberRequest.Builder.productType(PhoneNumberProductType productType)
The product type.
|
Copyright © 2023. All rights reserved.