Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateTopicResult |
AmazonSNSClient.createTopic(CreateTopicRequest createTopicRequest)
The
CreateTopic action creates a topic to which
notifications can be published. |
CreateTopicResult |
AmazonSNS.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. |
Future<CreateTopicResult> |
AmazonSNSAsyncClient.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
The
CreateTopic action creates a topic to which
notifications can be published. |
Future<CreateTopicResult> |
AmazonSNSAsync.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
The
CreateTopic action creates a topic to which
notifications can be published. |
Modifier and Type | Method and Description |
---|---|
Future<CreateTopicResult> |
AmazonSNSAsyncClient.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
The
CreateTopic action creates a topic to which
notifications can be published. |
Future<CreateTopicResult> |
AmazonSNSAsync.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
The
CreateTopic action creates a topic to which
notifications can be published. |
Modifier and Type | Method and Description |
---|---|
CreateTopicRequest |
CreateTopicRequest.withName(String name)
The name of the topic you want to create.
|
Copyright © 2014. All rights reserved.