Uses of Class
software.amazon.awssdk.services.sns.model.VerifySmsSandboxPhoneNumberResponse
Packages that use VerifySmsSandboxPhoneNumberResponse
-
Uses of VerifySmsSandboxPhoneNumberResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return VerifySmsSandboxPhoneNumberResponseModifier and TypeMethodDescriptionSnsClient.verifySMSSandboxPhoneNumber(Consumer<VerifySmsSandboxPhoneNumberRequest.Builder> verifySmsSandboxPhoneNumberRequest) Verifies a destination phone number with a one-time password (OTP) for the calling Amazon Web Services account.SnsClient.verifySMSSandboxPhoneNumber(VerifySmsSandboxPhoneNumberRequest verifySmsSandboxPhoneNumberRequest) Verifies a destination phone number with a one-time password (OTP) for the calling Amazon Web Services account.Methods in software.amazon.awssdk.services.sns that return types with arguments of type VerifySmsSandboxPhoneNumberResponseModifier and TypeMethodDescriptionSnsAsyncClient.verifySMSSandboxPhoneNumber(Consumer<VerifySmsSandboxPhoneNumberRequest.Builder> verifySmsSandboxPhoneNumberRequest) Verifies a destination phone number with a one-time password (OTP) for the calling Amazon Web Services account.SnsAsyncClient.verifySMSSandboxPhoneNumber(VerifySmsSandboxPhoneNumberRequest verifySmsSandboxPhoneNumberRequest) Verifies a destination phone number with a one-time password (OTP) for the calling Amazon Web Services account.