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.
|
com.amazonaws.services.sns.model.transform |
Marhsalling for 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. |
CreateTopicResult |
AmazonSNSClient.createTopic(String name)
The
CreateTopic action creates a topic to which
notifications can be published. |
CreateTopicResult |
AmazonSNS.createTopic(String name)
The
CreateTopic action creates a topic to which
notifications can be published. |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
CreateTopicResult |
CreateTopicResult.withTopicArn(String topicArn)
The Amazon Resource Name (ARN) assigned to the created topic.
|
Modifier and Type | Method and Description |
---|---|
CreateTopicResult |
CreateTopicResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.