|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SetTopicAttributesRequest | |
|---|---|
| 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 SetTopicAttributesRequest in com.amazonaws.services.sns |
|---|
| Methods in com.amazonaws.services.sns with parameters of type SetTopicAttributesRequest | |
|---|---|
void |
AmazonSNS.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)
The SetTopicAttributes action allows a topic owner to set an attribute of the topic to a new value. |
void |
AmazonSNSClient.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)
The SetTopicAttributes action allows a topic owner to set an attribute of the topic to a new value. |
Future<Void> |
AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest)
The SetTopicAttributes action allows a topic owner to set an attribute of the topic to a new value. |
Future<Void> |
AmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest)
The SetTopicAttributes action allows a topic owner to set an attribute of the topic to a new value. |
| Uses of SetTopicAttributesRequest in com.amazonaws.services.sns.model |
|---|
| Methods in com.amazonaws.services.sns.model that return SetTopicAttributesRequest | |
|---|---|
SetTopicAttributesRequest |
SetTopicAttributesRequest.withAttributeName(String attributeName)
The name of the attribute you want to set. |
SetTopicAttributesRequest |
SetTopicAttributesRequest.withAttributeValue(String attributeValue)
The new value for the attribute. |
SetTopicAttributesRequest |
SetTopicAttributesRequest.withTopicArn(String topicArn)
The ARN of the topic to modify. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||