|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetRecordsRequest | |
---|---|
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. |
Uses of GetRecordsRequest in com.amazonaws.services.kinesis |
---|
Methods in com.amazonaws.services.kinesis with parameters of type GetRecordsRequest | |
---|---|
GetRecordsResult |
AmazonKinesisClient.getRecords(GetRecordsRequest getRecordsRequest)
This operation returns one or more data records from a shard. |
GetRecordsResult |
AmazonKinesis.getRecords(GetRecordsRequest getRecordsRequest)
This operation returns one or more data records from a shard. |
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. |
Method parameters in com.amazonaws.services.kinesis with type arguments of type GetRecordsRequest | |
---|---|
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. |
Uses of GetRecordsRequest in com.amazonaws.services.kinesis.model |
---|
Methods in com.amazonaws.services.kinesis.model that return GetRecordsRequest | |
---|---|
GetRecordsRequest |
GetRecordsRequest.withLimit(Integer limit)
The maximum number of records to return, which can be set to a value of up to 10,000. |
GetRecordsRequest |
GetRecordsRequest.withShardIterator(String shardIterator)
The position in the shard from which you want to start sequentially reading data records. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |