Uses of Class
com.amazonaws.services.sns.model.CreateTopicRequest
-
Packages that use CreateTopicRequest Package Description com.amazonaws.services.sns com.amazonaws.services.sns.model -
-
Uses of CreateTopicRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type CreateTopicRequest Modifier and Type Method Description CreateTopicResultAbstractAmazonSNS. createTopic(CreateTopicRequest request)CreateTopicResultAmazonSNS. createTopic(CreateTopicRequest createTopicRequest)Creates a topic to which notifications can be published.CreateTopicResultAmazonSNSClient. createTopic(CreateTopicRequest createTopicRequest)Creates a topic to which notifications can be published.Future<CreateTopicResult>AbstractAmazonSNSAsync. createTopicAsync(CreateTopicRequest request)Future<CreateTopicResult>AbstractAmazonSNSAsync. createTopicAsync(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResult> 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>AmazonSNSAsyncClient. createTopicAsync(CreateTopicRequest request)Future<CreateTopicResult>AmazonSNSAsyncClient. createTopicAsync(CreateTopicRequest request, AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)Method parameters in com.amazonaws.services.sns with type arguments of type CreateTopicRequest 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 CreateTopicRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return CreateTopicRequest Modifier and Type Method Description CreateTopicRequestCreateTopicRequest. clone()CreateTopicRequestCreateTopicRequest. withName(String name)The name of the topic you want to create.
-