Java com.amazonaws.services.sns.model CreateTopicRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sns.model CreateTopicRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sns.model CreateTopicRequest.

The text is from its open source code.

Constructor

CreateTopicRequest()
Default constructor for CreateTopicRequest object.
CreateTopicRequest(String name)
Constructs a new CreateTopicRequest object.

Method

voidsetName(String name)

The name of the topic you want to create.

CreateTopicRequestwithName(String name)

The name of the topic you want to create.