Package | Description |
---|---|
com.amazonaws.services.sns |
Synchronous and asynchronous client classes for accessing AmazonSNS.
|
com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS.
|
com.amazonaws.services.sns.model.transform |
Marhsalling for the various types represented by AmazonSNS.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSNSClient.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
The
SetSubscriptionAttributes action allows a
subscription owner to set an attribute of the topic to a new value. |
void |
AmazonSNS.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
The
SetSubscriptionAttributes action allows a
subscription owner to set an attribute of the topic to a new value. |
Future<Void> |
AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
The
SetSubscriptionAttributes action allows a
subscription owner to set an attribute of the topic to a new value. |
Future<Void> |
AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
The
SetSubscriptionAttributes action allows a
subscription owner to set an attribute of the topic to a new value. |
Future<Void> |
AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest,
AsyncHandler<SetSubscriptionAttributesRequest,Void> asyncHandler)
The
SetSubscriptionAttributes action allows a
subscription owner to set an attribute of the topic to a new value. |
Future<Void> |
AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest,
AsyncHandler<SetSubscriptionAttributesRequest,Void> asyncHandler)
The
SetSubscriptionAttributes action allows a
subscription owner to set an attribute of the topic to a new value. |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest,
AsyncHandler<SetSubscriptionAttributesRequest,Void> asyncHandler)
The
SetSubscriptionAttributes action allows a
subscription owner to set an attribute of the topic to a new value. |
Future<Void> |
AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest,
AsyncHandler<SetSubscriptionAttributesRequest,Void> asyncHandler)
The
SetSubscriptionAttributes action allows a
subscription owner to set an attribute of the topic to a new value. |
Modifier and Type | Method and Description |
---|---|
SetSubscriptionAttributesRequest |
SetSubscriptionAttributesRequest.withAttributeName(String attributeName)
The name of the attribute you want to set.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Request<SetSubscriptionAttributesRequest> |
SetSubscriptionAttributesRequestMarshaller.marshall(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest) |
Modifier and Type | Method and Description |
---|---|
Request<SetSubscriptionAttributesRequest> |
SetSubscriptionAttributesRequestMarshaller.marshall(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest) |
Copyright © 2016. All rights reserved.