Uses of Class
com.amazonaws.services.dynamodbv2.model.GetRecordsResult
-
Packages that use GetRecordsResult Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.model -
-
Uses of GetRecordsResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return GetRecordsResult Modifier and Type Method Description GetRecordsResult
AbstractAmazonDynamoDBStreams. getRecords(GetRecordsRequest request)
GetRecordsResult
AmazonDynamoDBStreams. getRecords(GetRecordsRequest getRecordsRequest)
Retrieves the stream records from a given shard.GetRecordsResult
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 GetRecordsResult Modifier and Type Method Description Future<GetRecordsResult>
AbstractAmazonDynamoDBStreamsAsync. getRecordsAsync(GetRecordsRequest request)
Future<GetRecordsResult>
AbstractAmazonDynamoDBStreamsAsync. getRecordsAsync(GetRecordsRequest request, AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Future<GetRecordsResult>
AmazonDynamoDBStreamsAsync. getRecordsAsync(GetRecordsRequest getRecordsRequest)
Retrieves the stream records from a given shard.Future<GetRecordsResult>
AmazonDynamoDBStreamsAsync. getRecordsAsync(GetRecordsRequest getRecordsRequest, AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Retrieves the stream records from a given shard.Future<GetRecordsResult>
AmazonDynamoDBStreamsAsyncClient. getRecordsAsync(GetRecordsRequest request)
Future<GetRecordsResult>
AmazonDynamoDBStreamsAsyncClient. getRecordsAsync(GetRecordsRequest request, AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type GetRecordsResult Modifier and Type Method Description Future<GetRecordsResult>
AbstractAmazonDynamoDBStreamsAsync. getRecordsAsync(GetRecordsRequest request, AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Future<GetRecordsResult>
AmazonDynamoDBStreamsAsync. getRecordsAsync(GetRecordsRequest getRecordsRequest, AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Retrieves the stream records from a given shard.Future<GetRecordsResult>
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 GetRecordsResult Modifier and Type Method Description GetRecordsResult
GetRecordsResult. clone()
GetRecordsResult
GetRecordsResult. withNextShardIterator(String nextShardIterator)
The next position in the shard from which to start sequentially reading stream records.GetRecordsResult
GetRecordsResult. withRecords(Record... records)
The stream records from the shard, which were retrieved using the shard iterator.GetRecordsResult
GetRecordsResult. withRecords(Collection<Record> records)
The stream records from the shard, which were retrieved using the shard iterator.
-