Uses of Class
software.amazon.awssdk.services.sns.model.CreateSmsSandboxPhoneNumberRequest
-
Packages that use CreateSmsSandboxPhoneNumberRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of CreateSmsSandboxPhoneNumberRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type CreateSmsSandboxPhoneNumberRequest Modifier and Type Method Description 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.default CreateSmsSandboxPhoneNumberResponseSnsClient. 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. -
Uses of CreateSmsSandboxPhoneNumberRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type CreateSmsSandboxPhoneNumberRequest Modifier and Type Method Description SdkHttpFullRequestCreateSmsSandboxPhoneNumberRequestMarshaller. marshall(CreateSmsSandboxPhoneNumberRequest createSmsSandboxPhoneNumberRequest)
-