| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberCountryCode |
PhoneNumberCountryCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PhoneNumberCountryCode |
PhoneNumberSummary.phoneNumberCountryCode()
The ISO country code.
|
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 |
|---|---|
static Set<PhoneNumberCountryCode> |
PhoneNumberCountryCode.knownValues()
|
List<PhoneNumberCountryCode> |
ListPhoneNumbersRequest.phoneNumberCountryCodes()
The ISO country code.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberSummary.Builder |
PhoneNumberSummary.Builder.phoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
|
ListPhoneNumbersRequest.Builder |
ListPhoneNumbersRequest.Builder.phoneNumberCountryCodes(PhoneNumberCountryCode... phoneNumberCountryCodes)
The ISO country code.
|
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersRequest.Builder |
ListPhoneNumbersRequest.Builder.phoneNumberCountryCodes(Collection<PhoneNumberCountryCode> phoneNumberCountryCodes)
The ISO country code.
|
Copyright © 2021. All rights reserved.