| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns.model | |
| software.amazon.awssdk.services.sns.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberInformation> |
ListOriginationNumbersResponse.phoneNumbers()
A list of the calling account's verified and pending origination numbers.
|
| Modifier and Type | Method and Description |
|---|---|
ListOriginationNumbersResponse.Builder |
ListOriginationNumbersResponse.Builder.phoneNumbers(PhoneNumberInformation... phoneNumbers)
A list of the calling account's verified and pending origination numbers.
|
| Modifier and Type | Method and Description |
|---|---|
ListOriginationNumbersResponse.Builder |
ListOriginationNumbersResponse.Builder.phoneNumbers(Collection<PhoneNumberInformation> phoneNumbers)
A list of the calling account's verified and pending origination numbers.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PhoneNumberInformation> |
ListOriginationNumbersPublisher.phoneNumbers()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PhoneNumberInformation> |
ListOriginationNumbersIterable.phoneNumbers()
Returns an iterable to iterate through the paginated
ListOriginationNumbersResponse.phoneNumbers()
member. |
Copyright © 2022. All rights reserved.