Uses of Class
com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
Packages that use GetRecordsRequest
-
Uses of GetRecordsRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type GetRecordsRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDBStreams.getRecords
(GetRecordsRequest request) AmazonDynamoDBStreams.getRecords
(GetRecordsRequest getRecordsRequest) Retrieves the stream records from a given shard.AmazonDynamoDBStreamsClient.getRecords
(GetRecordsRequest getRecordsRequest) Retrieves the stream records from a given shard.AbstractAmazonDynamoDBStreamsAsync.getRecordsAsync
(GetRecordsRequest request) AbstractAmazonDynamoDBStreamsAsync.getRecordsAsync
(GetRecordsRequest request, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) AmazonDynamoDBStreamsAsync.getRecordsAsync
(GetRecordsRequest getRecordsRequest) Retrieves the stream records from a given shard.AmazonDynamoDBStreamsAsync.getRecordsAsync
(GetRecordsRequest getRecordsRequest, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) Retrieves the stream records from a given shard.AmazonDynamoDBStreamsAsyncClient.getRecordsAsync
(GetRecordsRequest request) AmazonDynamoDBStreamsAsyncClient.getRecordsAsync
(GetRecordsRequest request, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type GetRecordsRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDBStreamsAsync.getRecordsAsync
(GetRecordsRequest request, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) AmazonDynamoDBStreamsAsync.getRecordsAsync
(GetRecordsRequest getRecordsRequest, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) Retrieves the stream records from a given shard.AmazonDynamoDBStreamsAsyncClient.getRecordsAsync
(GetRecordsRequest request, AsyncHandler<GetRecordsRequest, GetRecordsResult> asyncHandler) -
Uses of GetRecordsRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return GetRecordsRequestModifier and TypeMethodDescriptionGetRecordsRequest.clone()
The maximum number of records to return from the shard.GetRecordsRequest.withShardIterator
(String shardIterator) A shard iterator that was retrieved from a previous GetShardIterator operation.