| 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 |
|---|---|
void |
AmazonSNS.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
Allows a subscription owner to set an attribute of the subscription to a
new value.
|
void |
AmazonSNSClient.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
Allows a subscription owner to set an attribute of the subscription to a
new value.
|
Future<Void> |
AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
Allows a subscription owner to set an attribute of the subscription to a
new value.
|
Future<Void> |
AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
Allows a subscription owner to set an attribute of the subscription to a
new value.
|
Future<Void> |
AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest,
AsyncHandler<SetSubscriptionAttributesRequest,Void> asyncHandler)
Allows a subscription owner to set an attribute of the subscription to a
new value.
|
Future<Void> |
AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest,
AsyncHandler<SetSubscriptionAttributesRequest,Void> asyncHandler)
Allows a subscription owner to set an attribute of the subscription to a
new value.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest,
AsyncHandler<SetSubscriptionAttributesRequest,Void> asyncHandler)
Allows a subscription owner to set an attribute of the subscription to a
new value.
|
Future<Void> |
AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest,
AsyncHandler<SetSubscriptionAttributesRequest,Void> asyncHandler)
Allows a subscription owner to set an attribute of the subscription to a
new value.
|
| Modifier and Type | Method and Description |
|---|---|
SetSubscriptionAttributesRequest |
SetSubscriptionAttributesRequest.withAttributeName(String attributeName)
A map of attributes with their corresponding values.
|
SetSubscriptionAttributesRequest |
SetSubscriptionAttributesRequest.withAttributeValue(String attributeValue)
The new value for the attribute in JSON format.
|
SetSubscriptionAttributesRequest |
SetSubscriptionAttributesRequest.withSubscriptionArn(String subscriptionArn)
The ARN of the subscription to modify.
|
Copyright © 2020. All rights reserved.