Uses of Class
software.amazon.awssdk.services.sns.model.CreateSmsSandboxPhoneNumberResponse
-
Packages that use CreateSmsSandboxPhoneNumberResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of CreateSmsSandboxPhoneNumberResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return CreateSmsSandboxPhoneNumberResponse Modifier and Type Method 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type CreateSmsSandboxPhoneNumberResponse Modifier and Type Method 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.
-