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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetNextToken()

Token to pass along to the next ListTopics request.

java.util.ListgetTopics()

A list of topic ARNs.

voidsetNextToken(String nextToken)

Token to pass along to the next ListTopics request.