Package | Description |
---|---|
com.amazonaws.services.kinesis |
Synchronous and asynchronous client classes for accessing AmazonKinesis.
|
com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsResult |
AmazonKinesis.getRecords(GetRecordsRequest getRecordsRequest)
This operation returns one or more data records from a shard.
|
GetRecordsResult |
AmazonKinesisClient.getRecords(GetRecordsRequest getRecordsRequest)
This operation returns one or more data records from a shard.
|
Modifier and Type | Method and Description |
---|---|
Future<GetRecordsResult> |
AmazonKinesisAsyncClient.getRecordsAsync(GetRecordsRequest getRecordsRequest)
This operation returns one or more data records from a shard.
|
Future<GetRecordsResult> |
AmazonKinesisAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest)
This operation returns one or more data records from a shard.
|
Future<GetRecordsResult> |
AmazonKinesisAsyncClient.getRecordsAsync(GetRecordsRequest getRecordsRequest,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
This operation returns one or more data records from a shard.
|
Future<GetRecordsResult> |
AmazonKinesisAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
This operation returns one or more data records from a shard.
|
Modifier and Type | Method and Description |
---|---|
Future<GetRecordsResult> |
AmazonKinesisAsyncClient.getRecordsAsync(GetRecordsRequest getRecordsRequest,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
This operation returns one or more data records from a shard.
|
Future<GetRecordsResult> |
AmazonKinesisAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
This operation returns one or more data records from a shard.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.