|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetSubscriptionAttributesRequest | |
---|---|
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. |
Uses of SetSubscriptionAttributesRequest in com.amazonaws.services.sns |
---|
Methods in com.amazonaws.services.sns with parameters of type SetSubscriptionAttributesRequest | |
---|---|
void |
AmazonSNSClient.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
Allows a subscription owner to set an attribute of the topic to a new value. |
void |
AmazonSNS.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
Allows a subscription owner to set an attribute of the topic to a new value. |
Future<Void> |
AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
Allows a subscription owner to set an attribute of the topic to a new value. |
Future<Void> |
AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
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)
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)
Allows a subscription owner to set an attribute of the topic to a new value. |
Method parameters in com.amazonaws.services.sns with type arguments of type SetSubscriptionAttributesRequest | |
---|---|
Future<Void> |
AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest,
AsyncHandler<SetSubscriptionAttributesRequest,Void> asyncHandler)
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)
Allows a subscription owner to set an attribute of the topic to a new value. |
Uses of SetSubscriptionAttributesRequest in com.amazonaws.services.sns.model |
---|
Methods in com.amazonaws.services.sns.model that return SetSubscriptionAttributesRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |