Uses of Class
software.amazon.awssdk.services.sns.model.CreateSmsSandboxPhoneNumberResponse
Packages that use CreateSmsSandboxPhoneNumberResponse
-
Uses of CreateSmsSandboxPhoneNumberResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return CreateSmsSandboxPhoneNumberResponseModifier and TypeMethodDescriptionSnsClient.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.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 CreateSmsSandboxPhoneNumberResponseModifier and TypeMethodDescriptionSnsAsyncClient.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.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.