| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static NumberType |
NumberType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NumberType |
PhoneNumberInformation.numberType()
The type of phone number.
|
NumberType |
ReleasePhoneNumberResponse.numberType()
The type of number that was released.
|
NumberType |
UpdatePhoneNumberResponse.numberType()
The type of number that was requested.
|
static NumberType |
NumberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberType[] |
NumberType.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<NumberType> |
NumberType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.numberType(NumberType numberType)
The type of phone number.
|
ReleasePhoneNumberResponse.Builder |
ReleasePhoneNumberResponse.Builder.numberType(NumberType numberType)
The type of number that was released.
|
UpdatePhoneNumberResponse.Builder |
UpdatePhoneNumberResponse.Builder.numberType(NumberType numberType)
The type of number that was requested.
|
Copyright © 2023. All rights reserved.