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

Packages that use GetTopicAttributesRequest
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 GetTopicAttributesRequest in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns with parameters of type GetTopicAttributesRequest
 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.
 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 GetTopicAttributesRequest in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return GetTopicAttributesRequest
 GetTopicAttributesRequest GetTopicAttributesRequest.withTopicArn(String topicArn)
          The ARN of the topic whose properties you want to get.
 



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