| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| software.amazon.awssdk.services.sns.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSmsSandboxPhoneNumbersResponse |
SnsClient.listSMSSandboxPhoneNumbers(Consumer<ListSmsSandboxPhoneNumbersRequest.Builder> listSmsSandboxPhoneNumbersRequest)
Lists the calling Amazon Web Services account's current verified and pending destination phone numbers in the SMS
sandbox.
|
default ListSmsSandboxPhoneNumbersResponse |
SnsClient.listSMSSandboxPhoneNumbers(ListSmsSandboxPhoneNumbersRequest listSmsSandboxPhoneNumbersRequest)
Lists the calling Amazon Web Services account's current verified and pending destination phone numbers in the SMS
sandbox.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSmsSandboxPhoneNumbersResponse> |
SnsAsyncClient.listSMSSandboxPhoneNumbers(Consumer<ListSmsSandboxPhoneNumbersRequest.Builder> listSmsSandboxPhoneNumbersRequest)
Lists the calling Amazon Web Services account's current verified and pending destination phone numbers in the SMS
sandbox.
|
default CompletableFuture<ListSmsSandboxPhoneNumbersResponse> |
SnsAsyncClient.listSMSSandboxPhoneNumbers(ListSmsSandboxPhoneNumbersRequest listSmsSandboxPhoneNumbersRequest)
Lists the calling Amazon Web Services account's current verified and pending destination phone numbers in the SMS
sandbox.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSmsSandboxPhoneNumbersResponse> |
ListSMSSandboxPhoneNumbersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSMSSandboxPhoneNumbersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSmsSandboxPhoneNumbersResponse> subscriber) |
Copyright © 2023. All rights reserved.