| Package | Description |
|---|---|
| com.amazonaws.services.sns |
|
| com.amazonaws.services.sns.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSMSAttributesResult> |
AbstractAmazonSNSAsync.getSMSAttributesAsync(GetSMSAttributesRequest request,
AsyncHandler<GetSMSAttributesRequest,GetSMSAttributesResult> asyncHandler) |
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 request,
AsyncHandler<GetSMSAttributesRequest,GetSMSAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSMSAttributesRequest |
GetSMSAttributesRequest.clone() |
GetSMSAttributesRequest |
GetSMSAttributesRequest.withAttributes(Collection<String> attributes)
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values. |
GetSMSAttributesRequest |
GetSMSAttributesRequest.withAttributes(String... attributes)
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values. |
Copyright © 2018. All rights reserved.