Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
GetRecordsResult |
AmazonDynamoDBStreams.getRecords(GetRecordsRequest getRecordsRequest)
Retrieves the stream records from a given shard.
|
GetRecordsResult |
AmazonDynamoDBStreamsClient.getRecords(GetRecordsRequest request)
Retrieves the stream records from a given shard.
|
GetRecordsResult |
AbstractAmazonDynamoDBStreams.getRecords(GetRecordsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetRecordsResult> |
AbstractAmazonDynamoDBStreamsAsync.getRecordsAsync(GetRecordsRequest request) |
Future<GetRecordsResult> |
AmazonDynamoDBStreamsAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest)
Retrieves the stream records from a given shard.
|
Future<GetRecordsResult> |
AmazonDynamoDBStreamsAsyncClient.getRecordsAsync(GetRecordsRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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(Collection<Record> records)
The stream records from the shard, which were retrieved using the shard iterator.
|
GetRecordsResult |
GetRecordsResult.withRecords(Record... records)
The stream records from the shard, which were retrieved using the shard iterator.
|
Copyright © 2019. All rights reserved.