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

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

Introduction

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

The text is from its open source code.

Constructor

Method

BooleangetHasMoreShards()

If set to true, more shards in the stream are available to describe.

IntegergetRetentionPeriodHours()

The current retention period, in hours.

java.util.ListgetShards()

The shards that comprise the stream.

StringgetStreamARN()

The Amazon Resource Name (ARN) for the stream being described.

java.util.DategetStreamCreationTimestamp()

The approximate time that the stream was created.

StringgetStreamName()

The name of the stream being described.

StringgetStreamStatus()

The current status of the stream being described.

BooleanisHasMoreShards()

If set to true, more shards in the stream are available to describe.

voidsetHasMoreShards(Boolean hasMoreShards)

If set to true, more shards in the stream are available to describe.

voidsetShards(java.util.Collection shards)

The shards that comprise the stream.

StreamDescriptionwithStreamName(String streamName)

The name of the stream being described.