| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis
|
| Modifier and Type | Method and Description |
|---|---|
ListShardsResult |
AmazonKinesisClient.listShards(ListShardsRequest listShardsRequest)
Lists the shards in a stream and provides information about each shard.
|
ListShardsResult |
AmazonKinesis.listShards(ListShardsRequest listShardsRequest)
Lists the shards in a stream and provides information about each shard.
|
| Modifier and Type | Method and Description |
|---|---|
ListShardsRequest |
ListShardsRequest.withExclusiveStartShardId(String exclusiveStartShardId)
The ID of the shard to start the list with.
|
ListShardsRequest |
ListShardsRequest.withMaxResults(Integer maxResults)
The maximum number of shards to return in a single call to
ListShards. |
ListShardsRequest |
ListShardsRequest.withNextToken(String nextToken)
When the number of shards in the data stream is greater than the default
value for the
MaxResults parameter, or if you explicitly
specify a value for MaxResults that is less than the number
of shards in the data stream, the response includes a pagination token
named NextToken. |
ListShardsRequest |
ListShardsRequest.withStreamCreationTimestamp(Date streamCreationTimestamp)
Specify this input parameter to distinguish data streams that have the
same name.
|
ListShardsRequest |
ListShardsRequest.withStreamName(String streamName)
The name of the data stream whose shards you want to list.
|
Copyright © 2019. All rights reserved.