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

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

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

Methods in com.amazonaws.services.sns.model that return CreateTopicRequest
 CreateTopicRequest CreateTopicRequest.withName(String name)
          The name of the topic you want to create.
 



Copyright © 2016. All rights reserved.