You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-android-sdk-sns/src/main/java/com/amazonaws/services/sns/model/CreateSMSSandboxPhoneNumberRequest.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@
21
21
22
22
/**
23
23
* <p>
24
-
* Adds a destination phone number to an AWS account in the SMS sandbox and
25
-
* sends a one-time password (OTP) to that phone number.
24
+
* Adds a destination phone number to an account in the SMS sandbox and sends a
25
+
* one-time password (OTP) to that phone number.
26
26
* </p>
27
27
* <p>
28
-
* When you start using Amazon SNS to send SMS messages, your AWS account is in
29
-
* the <i>SMS sandbox</i>. The SMS sandbox provides a safe environment for you
30
-
* to try Amazon SNS features without risking your reputation as an SMS sender.
28
+
* When you start using Amazon SNS to send SMS messages, your account is in the
29
+
* <i>SMS sandbox</i>. The SMS sandbox provides a safe environment for you to
30
+
* try Amazon SNS features without risking your reputation as an SMS sender.
31
31
* While your account is in the SMS sandbox, you can use all of the features of
32
32
* Amazon SNS. However, you can send SMS messages only to verified destination
33
33
* phone numbers. For more information, including how to move out of the sandbox
0 commit comments