| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberSummary> |
ListPhoneNumbersResponse.phoneNumberSummaryList()
Information about the phone numbers.
|
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersResponse.Builder |
ListPhoneNumbersResponse.Builder.phoneNumberSummaryList(PhoneNumberSummary... phoneNumberSummaryList)
Information about the phone numbers.
|
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersResponse.Builder |
ListPhoneNumbersResponse.Builder.phoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<PhoneNumberSummary> |
ListPhoneNumbersIterable.phoneNumberSummaryList()
Returns an iterable to iterate through the paginated
ListPhoneNumbersResponse.phoneNumberSummaryList()
member. |
SdkPublisher<PhoneNumberSummary> |
ListPhoneNumbersPublisher.phoneNumberSummaryList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.