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 AmazonSNSClient.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest)
           Returns all of the properties of a topic.
 GetTopicAttributesResult AmazonSNS.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest)
           Returns all of the properties of a topic.
 Future<GetTopicAttributesResult> AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest)
           Returns all of the properties of a topic.
 Future<GetTopicAttributesResult> AmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest)
           Returns all of the properties of a topic.
 Future<GetTopicAttributesResult> AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
           Returns all of the properties of a topic.
 Future<GetTopicAttributesResult> AmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
           Returns all of the properties of a topic.
 

Method parameters in com.amazonaws.services.sns with type arguments of type GetTopicAttributesRequest
 Future<GetTopicAttributesResult> AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
           Returns all of the properties of a topic.
 Future<GetTopicAttributesResult> AmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest, AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
           Returns all of the properties of a topic.
 

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 © 2016. All rights reserved.