| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberSummary |
PhoneNumberSummary.clone() |
PhoneNumberSummary |
PhoneNumberSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the phone number.
|
PhoneNumberSummary |
PhoneNumberSummary.withId(String id)
The identifier of the phone number.
|
PhoneNumberSummary |
PhoneNumberSummary.withPhoneNumber(String phoneNumber)
The phone number.
|
PhoneNumberSummary |
PhoneNumberSummary.withPhoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
|
PhoneNumberSummary |
PhoneNumberSummary.withPhoneNumberCountryCode(String phoneNumberCountryCode)
The ISO country code.
|
PhoneNumberSummary |
PhoneNumberSummary.withPhoneNumberType(PhoneNumberType phoneNumberType)
The type of phone number.
|
PhoneNumberSummary |
PhoneNumberSummary.withPhoneNumberType(String phoneNumberType)
The type of phone number.
|
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberSummary> |
ListPhoneNumbersResult.getPhoneNumberSummaryList()
Information about the phone numbers.
|
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersResult |
ListPhoneNumbersResult.withPhoneNumberSummaryList(PhoneNumberSummary... phoneNumberSummaryList)
Information about the phone numbers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPhoneNumbersResult.setPhoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
|
ListPhoneNumbersResult |
ListPhoneNumbersResult.withPhoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
|
Copyright © 2022. All rights reserved.