Package | Description |
---|---|
com.amazonaws.services.kinesis |
|
com.amazonaws.services.kinesis.model |
Modifier and Type | Method and Description |
---|---|
GetRecordsResult |
AbstractAmazonKinesis.getRecords(GetRecordsRequest request) |
GetRecordsResult |
AmazonKinesis.getRecords(GetRecordsRequest getRecordsRequest)
Gets data records from an Amazon Kinesis stream's shard.
|
GetRecordsResult |
AmazonKinesisClient.getRecords(GetRecordsRequest request)
Gets data records from an Amazon Kinesis stream's shard.
|
Modifier and Type | Method and Description |
---|---|
Future<GetRecordsResult> |
AbstractAmazonKinesisAsync.getRecordsAsync(GetRecordsRequest request) |
Future<GetRecordsResult> |
AmazonKinesisAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest)
Gets data records from an Amazon Kinesis stream's shard.
|
Future<GetRecordsResult> |
AmazonKinesisAsyncClient.getRecordsAsync(GetRecordsRequest request) |
Future<GetRecordsResult> |
AbstractAmazonKinesisAsync.getRecordsAsync(GetRecordsRequest request,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler) |
Future<GetRecordsResult> |
AmazonKinesisAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Gets data records from an Amazon Kinesis stream's shard.
|
Future<GetRecordsResult> |
AmazonKinesisAsyncClient.getRecordsAsync(GetRecordsRequest request,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetRecordsResult> |
AbstractAmazonKinesisAsync.getRecordsAsync(GetRecordsRequest request,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler) |
Future<GetRecordsResult> |
AmazonKinesisAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Gets data records from an Amazon Kinesis stream's shard.
|
Future<GetRecordsResult> |
AmazonKinesisAsyncClient.getRecordsAsync(GetRecordsRequest request,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetRecordsResult |
GetRecordsResult.clone() |
GetRecordsResult |
GetRecordsResult.withMillisBehindLatest(Long millisBehindLatest)
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far
behind current time the consumer is.
|
GetRecordsResult |
GetRecordsResult.withNextShardIterator(String nextShardIterator)
The next position in the shard from which to start sequentially reading data records.
|
GetRecordsResult |
GetRecordsResult.withRecords(Collection<Record> records)
The data records retrieved from the shard.
|
GetRecordsResult |
GetRecordsResult.withRecords(Record... records)
The data records retrieved from the shard.
|
Copyright © 2017. All rights reserved.