Uses of Class
com.amazonaws.services.kinesis.model.GetRecordsResult
-
Packages that use GetRecordsResult Package Description com.amazonaws.services.kinesis com.amazonaws.services.kinesis.model -
-
Uses of GetRecordsResult in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis that return GetRecordsResult Modifier and Type Method 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 getRecordsRequest)
Gets data records from an Amazon Kinesis stream's shard.Methods in com.amazonaws.services.kinesis that return types with arguments of type GetRecordsResult Modifier and Type Method Description Future<GetRecordsResult>
AbstractAmazonKinesisAsync. getRecordsAsync(GetRecordsRequest request)
Future<GetRecordsResult>
AbstractAmazonKinesisAsync. getRecordsAsync(GetRecordsRequest request, AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Future<GetRecordsResult>
AmazonKinesisAsync. getRecordsAsync(GetRecordsRequest getRecordsRequest)
Gets data records from an Amazon Kinesis stream's shard.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)
Future<GetRecordsResult>
AmazonKinesisAsyncClient. getRecordsAsync(GetRecordsRequest request, AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Method parameters in com.amazonaws.services.kinesis with type arguments of type GetRecordsResult Modifier and Type Method 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)
-
Uses of GetRecordsResult in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return GetRecordsResult Modifier and Type Method 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(Record... records)
The data records retrieved from the shard.GetRecordsResult
GetRecordsResult. withRecords(Collection<Record> records)
The data records retrieved from the shard.
-