| Package | Description |
|---|---|
| com.amazonaws.services.sns |
|
| com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS
|
| Modifier and Type | Method and Description |
|---|---|
SetSMSAttributesResult |
AmazonSNS.setSMSAttributes(SetSMSAttributesRequest setSMSAttributesRequest)
Use this request to set the default settings for sending SMS messages and
receiving daily SMS usage reports.
|
SetSMSAttributesResult |
AmazonSNSClient.setSMSAttributes(SetSMSAttributesRequest setSMSAttributesRequest)
Use this request to set the default settings for sending SMS messages and
receiving daily SMS usage reports.
|
Future<SetSMSAttributesResult> |
AmazonSNSAsync.setSMSAttributesAsync(SetSMSAttributesRequest setSMSAttributesRequest)
Use this request to set the default settings for sending SMS messages and
receiving daily SMS usage reports.
|
Future<SetSMSAttributesResult> |
AmazonSNSAsyncClient.setSMSAttributesAsync(SetSMSAttributesRequest setSMSAttributesRequest)
Use this request to set the default settings for sending SMS messages and
receiving daily SMS usage reports.
|
Future<SetSMSAttributesResult> |
AmazonSNSAsync.setSMSAttributesAsync(SetSMSAttributesRequest setSMSAttributesRequest,
AsyncHandler<SetSMSAttributesRequest,SetSMSAttributesResult> asyncHandler)
Use this request to set the default settings for sending SMS messages and
receiving daily SMS usage reports.
|
Future<SetSMSAttributesResult> |
AmazonSNSAsyncClient.setSMSAttributesAsync(SetSMSAttributesRequest setSMSAttributesRequest,
AsyncHandler<SetSMSAttributesRequest,SetSMSAttributesResult> asyncHandler)
Use this request to set the default settings for sending SMS messages and
receiving daily SMS usage reports.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SetSMSAttributesResult> |
AmazonSNSAsync.setSMSAttributesAsync(SetSMSAttributesRequest setSMSAttributesRequest,
AsyncHandler<SetSMSAttributesRequest,SetSMSAttributesResult> asyncHandler)
Use this request to set the default settings for sending SMS messages and
receiving daily SMS usage reports.
|
Future<SetSMSAttributesResult> |
AmazonSNSAsyncClient.setSMSAttributesAsync(SetSMSAttributesRequest setSMSAttributesRequest,
AsyncHandler<SetSMSAttributesRequest,SetSMSAttributesResult> asyncHandler)
Use this request to set the default settings for sending SMS messages and
receiving daily SMS usage reports.
|
| Modifier and Type | Method and Description |
|---|---|
SetSMSAttributesRequest |
SetSMSAttributesRequest.addattributesEntry(String key,
String value)
The default settings for sending SMS messages from your account.
|
SetSMSAttributesRequest |
SetSMSAttributesRequest.clearattributesEntries()
Removes all the entries added into attributes.
|
SetSMSAttributesRequest |
SetSMSAttributesRequest.withAttributes(Map<String,String> attributes)
The default settings for sending SMS messages from your account.
|
Copyright © 2020. All rights reserved.