Uses of Class
com.amazonaws.services.kinesis.model.GetRecordsRequest
Packages that use GetRecordsRequest
-
Uses of GetRecordsRequest in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis with parameters of type GetRecordsRequestModifier 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.AbstractAmazonKinesisAsync.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 GetRecordsRequestModifier 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 GetRecordsRequest in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return GetRecordsRequestModifier and TypeMethodDescriptionGetRecordsRequest.clone()
The maximum number of records to return.GetRecordsRequest.withShardIterator
(String shardIterator) The position in the shard from which you want to start sequentially reading data records.