| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberCountryCode |
PhoneNumberCountryCode.fromValue(String value)
Use this in place of valueOf.
|
static PhoneNumberCountryCode |
PhoneNumberCountryCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhoneNumberCountryCode[] |
PhoneNumberCountryCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AvailableNumberSummary |
AvailableNumberSummary.withPhoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
|
PhoneNumberSummary |
PhoneNumberSummary.withPhoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
|
SearchAvailablePhoneNumbersRequest |
SearchAvailablePhoneNumbersRequest.withPhoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
|
ClaimedPhoneNumberSummary |
ClaimedPhoneNumberSummary.withPhoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
|
ListPhoneNumbersSummary |
ListPhoneNumbersSummary.withPhoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
|
ListPhoneNumbersRequest |
ListPhoneNumbersRequest.withPhoneNumberCountryCodes(PhoneNumberCountryCode... phoneNumberCountryCodes)
The ISO country code.
|
ListPhoneNumbersV2Request |
ListPhoneNumbersV2Request.withPhoneNumberCountryCodes(PhoneNumberCountryCode... phoneNumberCountryCodes)
The ISO country code.
|
Copyright © 2023. All rights reserved.