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