Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
Modifier and Type | Method and Description |
---|---|
CreateTopicResult |
AmazonSNS.createTopic(CreateTopicRequest createTopicRequest)
Creates a topic to which notifications can be published.
|
CreateTopicResult |
AmazonSNSClient.createTopic(CreateTopicRequest request)
Creates a topic to which notifications can be published.
|
CreateTopicResult |
AbstractAmazonSNS.createTopic(CreateTopicRequest request) |
Future<CreateTopicResult> |
AbstractAmazonSNSAsync.createTopicAsync(CreateTopicRequest request) |
Future<CreateTopicResult> |
AmazonSNSAsync.createTopicAsync(CreateTopicRequest createTopicRequest)
Creates a topic to which notifications can be published.
|
Future<CreateTopicResult> |
AmazonSNSAsyncClient.createTopicAsync(CreateTopicRequest request) |
Future<CreateTopicResult> |
AbstractAmazonSNSAsync.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonSNSAsync.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a topic to which notifications can be published.
|
Future<CreateTopicResult> |
AmazonSNSAsyncClient.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateTopicResult> |
AbstractAmazonSNSAsync.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonSNSAsync.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a topic to which notifications can be published.
|
Future<CreateTopicResult> |
AmazonSNSAsyncClient.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AbstractAmazonSNSAsync.createTopicAsync(String name,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Simplified method form for invoking the CreateTopic operation with an AsyncHandler.
|
Future<CreateTopicResult> |
AmazonSNSAsync.createTopicAsync(String name,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Simplified method form for invoking the CreateTopic operation with an AsyncHandler.
|
Future<CreateTopicResult> |
AmazonSNSAsyncClient.createTopicAsync(String name,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Simplified method form for invoking the CreateTopic operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
CreateTopicRequest |
CreateTopicRequest.clone() |
CreateTopicRequest |
CreateTopicRequest.withName(String name)
The name of the topic you want to create.
|
Copyright © 2018. All rights reserved.