Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
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 |
AbstractAmazonSNS.setSMSAttributes(SetSMSAttributesRequest request) |
SetSMSAttributesResult |
AmazonSNSClient.setSMSAttributes(SetSMSAttributesRequest request)
Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.
|
Future<SetSMSAttributesResult> |
AmazonSNSAsyncClient.setSMSAttributesAsync(SetSMSAttributesRequest request) |
Future<SetSMSAttributesResult> |
AbstractAmazonSNSAsync.setSMSAttributesAsync(SetSMSAttributesRequest request) |
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 request,
AsyncHandler<SetSMSAttributesRequest,SetSMSAttributesResult> asyncHandler) |
Future<SetSMSAttributesResult> |
AbstractAmazonSNSAsync.setSMSAttributesAsync(SetSMSAttributesRequest request,
AsyncHandler<SetSMSAttributesRequest,SetSMSAttributesResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<SetSMSAttributesResult> |
AmazonSNSAsyncClient.setSMSAttributesAsync(SetSMSAttributesRequest request,
AsyncHandler<SetSMSAttributesRequest,SetSMSAttributesResult> asyncHandler) |
Future<SetSMSAttributesResult> |
AbstractAmazonSNSAsync.setSMSAttributesAsync(SetSMSAttributesRequest request,
AsyncHandler<SetSMSAttributesRequest,SetSMSAttributesResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
SetSMSAttributesRequest |
SetSMSAttributesRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
SetSMSAttributesRequest |
SetSMSAttributesRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
SetSMSAttributesRequest |
SetSMSAttributesRequest.clone() |
SetSMSAttributesRequest |
SetSMSAttributesRequest.withAttributes(Map<String,String> attributes)
The default settings for sending SMS messages from your Amazon Web Services account.
|
Copyright © 2022. All rights reserved.