Uses of Class
com.amazonaws.services.dynamodbv2.model.GetRecordsResult
Packages that use GetRecordsResult
-
Uses of GetRecordsResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return GetRecordsResultModifier 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.Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type GetRecordsResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBStreamsAsync.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 GetRecordsResultModifier 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 GetRecordsResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return GetRecordsResultModifier and TypeMethodDescriptionGetRecordsResult.clone()GetRecordsResult.withNextShardIterator(String nextShardIterator) The next position in the shard from which to start sequentially reading stream records.GetRecordsResult.withRecords(Record... records) The stream records from the shard, which were retrieved using the shard iterator.GetRecordsResult.withRecords(Collection<Record> records) The stream records from the shard, which were retrieved using the shard iterator.