| 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 |
|---|---|
ListShardsResult |
ListShardsResult.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. |
ListShardsResult |
ListShardsResult.withShards(Collection<Shard> shards)
An array of JSON objects.
|
ListShardsResult |
ListShardsResult.withShards(Shard... shards)
An array of JSON objects.
|
Copyright © 2019. All rights reserved.