| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetShardIteratorRequest |
GetShardIteratorRequest.withShardId(String shardId)
The shard ID of the Kinesis Data Streams shard to get the iterator for.
|
GetShardIteratorRequest |
GetShardIteratorRequest.withShardIteratorType(ShardIteratorType shardIteratorType)
Determines how the shard iterator is used to start reading data records
from the shard.
|
GetShardIteratorRequest |
GetShardIteratorRequest.withShardIteratorType(String shardIteratorType)
Determines how the shard iterator is used to start reading data records
from the shard.
|
GetShardIteratorRequest |
GetShardIteratorRequest.withStartingSequenceNumber(String startingSequenceNumber)
The sequence number of the data record in the shard from which to start
reading.
|
GetShardIteratorRequest |
GetShardIteratorRequest.withStreamName(String streamName)
The name of the Amazon Kinesis data stream.
|
GetShardIteratorRequest |
GetShardIteratorRequest.withTimestamp(Date timestamp)
The time stamp of the data record from which to start reading.
|
Copyright © 2019. All rights reserved.