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

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

Methods in com.amazonaws.services.sns that return CreateTopicResult
 CreateTopicResult AmazonSNS.createTopic(CreateTopicRequest createTopicRequest)
           The CreateTopic action creates a topic to which notifications can be published.
 CreateTopicResult AmazonSNSClient.createTopic(CreateTopicRequest createTopicRequest)
           The CreateTopic action creates a topic to which notifications can be published.
 

Methods in com.amazonaws.services.sns that return types with arguments of type CreateTopicResult
 Future<CreateTopicResult> AmazonSNSAsyncClient.createTopicAsync(CreateTopicRequest createTopicRequest)
           The CreateTopic action creates a topic to which notifications can be published.
 Future<CreateTopicResult> AmazonSNSAsync.createTopicAsync(CreateTopicRequest createTopicRequest)
           The CreateTopic action creates a topic to which notifications can be published.
 

Uses of CreateTopicResult in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return CreateTopicResult
 CreateTopicResult CreateTopicResult.withTopicArn(String topicArn)
          The Amazon Resource Name (ARN) assigned to the created topic.
 



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