Uses of Class
com.amazonaws.services.sns.model.GetTopicAttributesResult

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.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.