| 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 |
|---|---|
GetSMSAttributesResult |
AmazonSNS.getSMSAttributes(GetSMSAttributesRequest getSMSAttributesRequest)
Returns the settings for sending SMS messages from your account.
|
GetSMSAttributesResult |
AmazonSNSClient.getSMSAttributes(GetSMSAttributesRequest getSMSAttributesRequest)
Returns the settings for sending SMS messages from your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSMSAttributesResult> |
AmazonSNSAsync.getSMSAttributesAsync(GetSMSAttributesRequest getSMSAttributesRequest)
Returns the settings for sending SMS messages from your account.
|
Future<GetSMSAttributesResult> |
AmazonSNSAsyncClient.getSMSAttributesAsync(GetSMSAttributesRequest getSMSAttributesRequest)
Returns the settings for sending SMS messages from your account.
|
Future<GetSMSAttributesResult> |
AmazonSNSAsync.getSMSAttributesAsync(GetSMSAttributesRequest getSMSAttributesRequest,
AsyncHandler<GetSMSAttributesRequest,GetSMSAttributesResult> asyncHandler)
Returns the settings for sending SMS messages from your account.
|
Future<GetSMSAttributesResult> |
AmazonSNSAsyncClient.getSMSAttributesAsync(GetSMSAttributesRequest getSMSAttributesRequest,
AsyncHandler<GetSMSAttributesRequest,GetSMSAttributesResult> asyncHandler)
Returns the settings for sending SMS messages from your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSMSAttributesResult> |
AmazonSNSAsync.getSMSAttributesAsync(GetSMSAttributesRequest getSMSAttributesRequest,
AsyncHandler<GetSMSAttributesRequest,GetSMSAttributesResult> asyncHandler)
Returns the settings for sending SMS messages from your account.
|
Future<GetSMSAttributesResult> |
AmazonSNSAsyncClient.getSMSAttributesAsync(GetSMSAttributesRequest getSMSAttributesRequest,
AsyncHandler<GetSMSAttributesRequest,GetSMSAttributesResult> asyncHandler)
Returns the settings for sending SMS messages from your account.
|
| Modifier and Type | Method and Description |
|---|---|
GetSMSAttributesResult |
GetSMSAttributesResult.addattributesEntry(String key,
String value)
The SMS attribute names and their values.
|
GetSMSAttributesResult |
GetSMSAttributesResult.clearattributesEntries()
Removes all the entries added into attributes.
|
GetSMSAttributesResult |
GetSMSAttributesResult.withAttributes(Map<String,String> attributes)
The SMS attribute names and their values.
|
Copyright © 2020. All rights reserved.