Java com.amazonaws.services.kinesis.model ListStreamsResult fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

BooleangetHasMoreStreams()

If set to true, there are more streams available to list.

java.util.ListgetStreamNames()

The names of the streams that are associated with the AWS account making the ListStreams request.

BooleanisHasMoreStreams()

If set to true, there are more streams available to list.