Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
Modifier and Type | Method and Description |
---|---|
default CreateSmsSandboxPhoneNumberResponse |
SnsClient.createSMSSandboxPhoneNumber(Consumer<CreateSmsSandboxPhoneNumberRequest.Builder> createSmsSandboxPhoneNumberRequest)
Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a one-time
password (OTP) to that phone number.
|
default CreateSmsSandboxPhoneNumberResponse |
SnsClient.createSMSSandboxPhoneNumber(CreateSmsSandboxPhoneNumberRequest createSmsSandboxPhoneNumberRequest)
Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a one-time
password (OTP) to that phone number.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CreateSmsSandboxPhoneNumberResponse> |
SnsAsyncClient.createSMSSandboxPhoneNumber(Consumer<CreateSmsSandboxPhoneNumberRequest.Builder> createSmsSandboxPhoneNumberRequest)
Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a one-time
password (OTP) to that phone number.
|
default CompletableFuture<CreateSmsSandboxPhoneNumberResponse> |
SnsAsyncClient.createSMSSandboxPhoneNumber(CreateSmsSandboxPhoneNumberRequest createSmsSandboxPhoneNumberRequest)
Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a one-time
password (OTP) to that phone number.
|
Copyright © 2022. All rights reserved.