Uses of Class
com.amazonaws.services.sns.model.CreateTopicRequest
Packages that use CreateTopicRequest
-
Uses of CreateTopicRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type CreateTopicRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.createTopic
(CreateTopicRequest request) AmazonSNS.createTopic
(CreateTopicRequest createTopicRequest) Creates a topic to which notifications can be published.AmazonSNSClient.createTopic
(CreateTopicRequest createTopicRequest) Creates a topic to which notifications can be published.AbstractAmazonSNSAsync.createTopicAsync
(CreateTopicRequest request) AbstractAmazonSNSAsync.createTopicAsync
(CreateTopicRequest request, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) AmazonSNSAsync.createTopicAsync
(CreateTopicRequest createTopicRequest) Creates a topic to which notifications can be published.AmazonSNSAsync.createTopicAsync
(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) Creates a topic to which notifications can be published.AmazonSNSAsyncClient.createTopicAsync
(CreateTopicRequest request) AmazonSNSAsyncClient.createTopicAsync
(CreateTopicRequest request, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type CreateTopicRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.createTopicAsync
(CreateTopicRequest request, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) AbstractAmazonSNSAsync.createTopicAsync
(String name, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) Simplified method form for invoking the CreateTopic operation with an AsyncHandler.AmazonSNSAsync.createTopicAsync
(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) Creates a topic to which notifications can be published.AmazonSNSAsync.createTopicAsync
(String name, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) Simplified method form for invoking the CreateTopic operation with an AsyncHandler.AmazonSNSAsyncClient.createTopicAsync
(CreateTopicRequest request, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) AmazonSNSAsyncClient.createTopicAsync
(String name, AsyncHandler<CreateTopicRequest, CreateTopicResult> asyncHandler) Simplified method form for invoking the CreateTopic operation with an AsyncHandler. -
Uses of CreateTopicRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return CreateTopicRequestModifier and TypeMethodDescriptionCreateTopicRequest.clone()
The name of the topic you want to create.