| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| Modifier and Type | Method and Description |
|---|---|
default CheckIfPhoneNumberIsOptedOutResponse |
SNSClient.checkIfPhoneNumberIsOptedOut(CheckIfPhoneNumberIsOptedOutRequest checkIfPhoneNumberIsOptedOutRequest)
Accepts a phone number and indicates whether the phone holder has opted out of receiving SMS messages from your
account.
|
default GetSMSAttributesResponse |
SNSClient.getSMSAttributes()
Returns the settings for sending SMS messages from your account.
|
default GetSMSAttributesResponse |
SNSClient.getSMSAttributes(GetSMSAttributesRequest getSMSAttributesRequest)
Returns the settings for sending SMS messages from your account.
|
default ListPhoneNumbersOptedOutResponse |
SNSClient.listPhoneNumbersOptedOut()
Returns a list of phone numbers that are opted out, meaning you cannot send SMS messages to them.
|
default ListPhoneNumbersOptedOutResponse |
SNSClient.listPhoneNumbersOptedOut(ListPhoneNumbersOptedOutRequest listPhoneNumbersOptedOutRequest)
Returns a list of phone numbers that are opted out, meaning you cannot send SMS messages to them.
|
default OptInPhoneNumberResponse |
SNSClient.optInPhoneNumber(OptInPhoneNumberRequest optInPhoneNumberRequest)
Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to
the number.
|
default SetSMSAttributesResponse |
SNSClient.setSMSAttributes(SetSMSAttributesRequest setSMSAttributesRequest)
Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.
|
Copyright © 2017. All rights reserved.