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 AmazonSNSClient.createTopic(CreateTopicRequest createTopicRequest)
           Creates a topic to which notifications can be published.
 CreateTopicResult AmazonSNS.createTopic(CreateTopicRequest createTopicRequest)
           Creates a topic to which notifications can be published.
 CreateTopicResult AmazonSNSClient.createTopic(String name)
           Creates a topic to which notifications can be published.
 CreateTopicResult AmazonSNS.createTopic(String name)
           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)
           Creates a topic to which notifications can be published.
 Future<CreateTopicResult> AmazonSNSAsync.createTopicAsync(CreateTopicRequest createTopicRequest)
           Creates a topic to which notifications can be published.
 Future<CreateTopicResult> AmazonSNSAsyncClient.createTopicAsync(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
           Creates a topic to which notifications can be published.
 Future<CreateTopicResult> AmazonSNSAsync.createTopicAsync(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
           Creates a topic to which notifications can be published.
 

Method parameters in com.amazonaws.services.sns with type arguments of type CreateTopicResult
 Future<CreateTopicResult> AmazonSNSAsyncClient.createTopicAsync(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
           Creates a topic to which notifications can be published.
 Future<CreateTopicResult> AmazonSNSAsync.createTopicAsync(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
           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 © 2016. All rights reserved.