| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberCountry |
PhoneNumberCountry.clone() |
PhoneNumberCountry |
PhoneNumberCountry.withCountryCode(String countryCode)
The phone number country code.
|
PhoneNumberCountry |
PhoneNumberCountry.withSupportedPhoneNumberTypes(Collection<String> supportedPhoneNumberTypes)
The supported phone number types.
|
PhoneNumberCountry |
PhoneNumberCountry.withSupportedPhoneNumberTypes(PhoneNumberType... supportedPhoneNumberTypes)
The supported phone number types.
|
PhoneNumberCountry |
PhoneNumberCountry.withSupportedPhoneNumberTypes(String... supportedPhoneNumberTypes)
The supported phone number types.
|
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberCountry> |
ListSupportedPhoneNumberCountriesResult.getPhoneNumberCountries()
The supported phone number countries.
|
| Modifier and Type | Method and Description |
|---|---|
ListSupportedPhoneNumberCountriesResult |
ListSupportedPhoneNumberCountriesResult.withPhoneNumberCountries(PhoneNumberCountry... phoneNumberCountries)
The supported phone number countries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSupportedPhoneNumberCountriesResult.setPhoneNumberCountries(Collection<PhoneNumberCountry> phoneNumberCountries)
The supported phone number countries.
|
ListSupportedPhoneNumberCountriesResult |
ListSupportedPhoneNumberCountriesResult.withPhoneNumberCountries(Collection<PhoneNumberCountry> phoneNumberCountries)
The supported phone number countries.
|
Copyright © 2022. All rights reserved.