Uses of Class
com.amazonaws.services.kinesis.model.GetRecordsResult
Packages that use GetRecordsResult
-
Uses of GetRecordsResult in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis that return GetRecordsResultModifier and TypeMethodDescriptionAbstractAmazonKinesis.getRecords
(GetRecordsRequest request) AmazonKinesis.getRecords
(GetRecordsRequest getRecordsRequest) Gets data records from an Amazon Kinesis stream's shard.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 GetRecordsResultModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.getRecordsAsync
(GetRecordsRequest request) AbstractAmazonKinesisAsync.getRecordsAsync
(GetRecordsRequest request, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) AmazonKinesisAsync.getRecordsAsync
(GetRecordsRequest getRecordsRequest) Gets data records from an Amazon Kinesis stream's shard.AmazonKinesisAsync.getRecordsAsync
(GetRecordsRequest getRecordsRequest, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) Gets data records from an Amazon Kinesis stream's shard.AmazonKinesisAsyncClient.getRecordsAsync
(GetRecordsRequest request) AmazonKinesisAsyncClient.getRecordsAsync
(GetRecordsRequest request, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) Method parameters in com.amazonaws.services.kinesis with type arguments of type GetRecordsResultModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.getRecordsAsync
(GetRecordsRequest request, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) AmazonKinesisAsync.getRecordsAsync
(GetRecordsRequest getRecordsRequest, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) Gets data records from an Amazon Kinesis stream's shard.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 GetRecordsResultModifier and TypeMethodDescriptionGetRecordsResult.clone()
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.withNextShardIterator
(String nextShardIterator) The next position in the shard from which to start sequentially reading data records.GetRecordsResult.withRecords
(Record... records) The data records retrieved from the shard.GetRecordsResult.withRecords
(Collection<Record> records) The data records retrieved from the shard.