Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
Modifier and Type | Method and Description |
---|---|
CreateTopicResult |
AbstractAmazonSNS.createTopic(CreateTopicRequest request) |
CreateTopicResult |
AmazonSNSClient.createTopic(CreateTopicRequest request)
Creates a topic to which notifications can be published.
|
CreateTopicResult |
AmazonSNS.createTopic(CreateTopicRequest createTopicRequest)
Creates a topic to which notifications can be published.
|
CreateTopicResult |
AbstractAmazonSNS.createTopic(String name) |
CreateTopicResult |
AmazonSNSClient.createTopic(String name) |
CreateTopicResult |
AmazonSNS.createTopic(String name)
Simplified method form for invoking the CreateTopic operation.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTopicResult> |
AmazonSNSAsyncClient.createTopicAsync(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,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
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(String name)
Simplified method form for invoking the CreateTopic operation.
|
Future<CreateTopicResult> |
AbstractAmazonSNSAsync.createTopicAsync(String name)
Simplified method form for invoking the CreateTopic operation.
|
Future<CreateTopicResult> |
AmazonSNSAsync.createTopicAsync(String name)
Simplified method form for invoking the CreateTopic operation.
|
Future<CreateTopicResult> |
AmazonSNSAsyncClient.createTopicAsync(String name,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Simplified method form for invoking the CreateTopic operation with an 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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTopicResult> |
AmazonSNSAsyncClient.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
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(String name,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Simplified method form for invoking the CreateTopic operation with an 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.
|
Modifier and Type | Method and Description |
---|---|
CreateTopicResult |
CreateTopicResult.clone() |
CreateTopicResult |
CreateTopicResult.withTopicArn(String topicArn)
The Amazon Resource Name (ARN) assigned to the created topic.
|
Copyright © 2021. All rights reserved.