|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |