|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetTopicAttributesResult | |
---|---|
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 GetTopicAttributesResult in com.amazonaws.services.sns |
---|
Methods in com.amazonaws.services.sns that return GetTopicAttributesResult | |
---|---|
GetTopicAttributesResult |
AmazonSNS.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest)
The GetTopicAttribtues action returns all of the properties of a topic customers have created. |
GetTopicAttributesResult |
AmazonSNSClient.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest)
The GetTopicAttribtues action returns all of the properties of a topic customers have created. |
Methods in com.amazonaws.services.sns that return types with arguments of type GetTopicAttributesResult | |
---|---|
Future<GetTopicAttributesResult> |
AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest)
The GetTopicAttribtues action returns all of the properties of a topic customers have created. |
Future<GetTopicAttributesResult> |
AmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest)
The GetTopicAttribtues action returns all of the properties of a topic customers have created. |
Uses of GetTopicAttributesResult in com.amazonaws.services.sns.model |
---|
Methods in com.amazonaws.services.sns.model that return GetTopicAttributesResult | |
---|---|
GetTopicAttributesResult |
GetTopicAttributesResult.withAttributes(Map<String,String> attributes)
A map of the topic's attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |