| 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 |
|---|---|
GetShardIteratorResult |
AmazonKinesisClient.getShardIterator(GetShardIteratorRequest getShardIteratorRequest)
Gets an Amazon Kinesis shard iterator.
|
GetShardIteratorResult |
AmazonKinesis.getShardIterator(GetShardIteratorRequest getShardIteratorRequest)
Gets an Amazon Kinesis shard iterator.
|
GetShardIteratorResult |
AmazonKinesisClient.getShardIterator(String streamName,
String shardId,
String shardIteratorType)
Gets an Amazon Kinesis shard iterator.
|
GetShardIteratorResult |
AmazonKinesis.getShardIterator(String streamName,
String shardId,
String shardIteratorType)
Gets an Amazon Kinesis shard iterator.
|
GetShardIteratorResult |
AmazonKinesisClient.getShardIterator(String streamName,
String shardId,
String shardIteratorType,
String startingSequenceNumber)
Gets an Amazon Kinesis shard iterator.
|
GetShardIteratorResult |
AmazonKinesis.getShardIterator(String streamName,
String shardId,
String shardIteratorType,
String startingSequenceNumber)
Gets an Amazon Kinesis shard iterator.
|
| Modifier and Type | Method and Description |
|---|---|
GetShardIteratorResult |
GetShardIteratorResult.withShardIterator(String shardIterator)
The position in the shard from which to start reading data records
sequentially.
|
Copyright © 2019. All rights reserved.