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 GetRecordsResultAbstractAmazonKinesis. getRecords(GetRecordsRequest request)GetRecordsResultAmazonKinesis. getRecords(GetRecordsRequest getRecordsRequest)Gets data records from an Amazon Kinesis stream's shard.GetRecordsResultAmazonKinesisClient. 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 GetRecordsResultGetRecordsResult. clone()GetRecordsResultGetRecordsResult. 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.GetRecordsResultGetRecordsResult. withNextShardIterator(String nextShardIterator)The next position in the shard from which to start sequentially reading data records.GetRecordsResultGetRecordsResult. withRecords(Record... records)The data records retrieved from the shard.GetRecordsResultGetRecordsResult. withRecords(Collection<Record> records)The data records retrieved from the shard.
-