Uses of Class
com.amazonaws.services.sns.model.CreateTopicResult
-
Packages that use CreateTopicResult Package Description com.amazonaws.services.sns com.amazonaws.services.sns.model -
-
Uses of CreateTopicResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return CreateTopicResult Modifier and Type Method Description CreateTopicResult
AbstractAmazonSNS. createTopic(CreateTopicRequest request)
CreateTopicResult
AbstractAmazonSNS. createTopic(String name)
CreateTopicResult
AmazonSNS. createTopic(CreateTopicRequest createTopicRequest)
Creates a topic to which notifications can be published.CreateTopicResult
AmazonSNS. createTopic(String name)
Simplified method form for invoking the CreateTopic operation.CreateTopicResult
AmazonSNSClient. createTopic(CreateTopicRequest createTopicRequest)
Creates a topic to which notifications can be published.CreateTopicResult
AmazonSNSClient. createTopic(String name)
Methods in com.amazonaws.services.sns that return types with arguments of type CreateTopicResult Modifier and Type Method Description Future<CreateTopicResult>
AbstractAmazonSNSAsync. createTopicAsync(CreateTopicRequest request)
Future<CreateTopicResult>
AbstractAmazonSNSAsync. createTopicAsync(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Future<CreateTopicResult>
AbstractAmazonSNSAsync. createTopicAsync(String name)
Simplified method form for invoking the CreateTopic operation.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(CreateTopicRequest createTopicRequest)
Creates a topic to which notifications can be published.Future<CreateTopicResult>
AmazonSNSAsync. createTopicAsync(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a topic to which notifications can be published.Future<CreateTopicResult>
AmazonSNSAsync. createTopicAsync(String name)
Simplified method form for invoking the CreateTopic operation.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(CreateTopicRequest request)
Future<CreateTopicResult>
AmazonSNSAsyncClient. createTopicAsync(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Future<CreateTopicResult>
AmazonSNSAsyncClient. 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.Method parameters in com.amazonaws.services.sns with type arguments of type CreateTopicResult Modifier and Type Method Description Future<CreateTopicResult>
AbstractAmazonSNSAsync. 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(CreateTopicRequest createTopicRequest, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a topic to which notifications can be published.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(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Future<CreateTopicResult>
AmazonSNSAsyncClient. createTopicAsync(String name, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Simplified method form for invoking the CreateTopic operation with an AsyncHandler. -
Uses of CreateTopicResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return CreateTopicResult Modifier and Type Method Description CreateTopicResult
CreateTopicResult. clone()
CreateTopicResult
CreateTopicResult. withTopicArn(String topicArn)
The Amazon Resource Name (ARN) assigned to the created topic.
-