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 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.
 GetTopicAttributesResult AmazonSNSClient.getTopicAttributes(String topicArn)
           Returns all of the properties of a topic.
 GetTopicAttributesResult AmazonSNS.getTopicAttributes(String topicArn)
           Returns all of the properties of a topic.
 

Methods in com.amazonaws.services.sns that return types with arguments of type GetTopicAttributesResult
 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 GetTopicAttributesResult
 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 GetTopicAttributesResult in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return GetTopicAttributesResult
 GetTopicAttributesResult GetTopicAttributesResult.addAttributesEntry(String key, String value)
          A map of the topic's attributes.
 GetTopicAttributesResult GetTopicAttributesResult.clearAttributesEntries()
          Removes all the entries added into Attributes.
 GetTopicAttributesResult GetTopicAttributesResult.withAttributes(Map<String,String> attributes)
          A map of the topic's attributes.
 



Copyright © 2016. All rights reserved.