Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 | |
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Method and Description |
---|---|
GetRecordsResult |
AmazonDynamoDBStreamsClient.getRecords(GetRecordsRequest getRecordsRequest)
Retrieves the stream records from a given shard.
|
GetRecordsResult |
AmazonDynamoDBStreams.getRecords(GetRecordsRequest getRecordsRequest)
Retrieves the stream records from a given shard.
|
GetRecordsResult |
AbstractAmazonDynamoDBStreams.getRecords(GetRecordsRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetRecordsResult> |
AmazonDynamoDBStreamsAsyncClient.getRecordsAsync(GetRecordsRequest request) |
java.util.concurrent.Future<GetRecordsResult> |
AmazonDynamoDBStreamsAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest)
Retrieves the stream records from a given shard.
|
java.util.concurrent.Future<GetRecordsResult> |
AbstractAmazonDynamoDBStreamsAsync.getRecordsAsync(GetRecordsRequest request) |
java.util.concurrent.Future<GetRecordsResult> |
AmazonDynamoDBStreamsAsyncClient.getRecordsAsync(GetRecordsRequest request,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler) |
java.util.concurrent.Future<GetRecordsResult> |
AmazonDynamoDBStreamsAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Retrieves the stream records from a given shard.
|
java.util.concurrent.Future<GetRecordsResult> |
AbstractAmazonDynamoDBStreamsAsync.getRecordsAsync(GetRecordsRequest request,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetRecordsResult> |
AmazonDynamoDBStreamsAsyncClient.getRecordsAsync(GetRecordsRequest request,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler) |
java.util.concurrent.Future<GetRecordsResult> |
AmazonDynamoDBStreamsAsync.getRecordsAsync(GetRecordsRequest getRecordsRequest,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler)
Retrieves the stream records from a given shard.
|
java.util.concurrent.Future<GetRecordsResult> |
AbstractAmazonDynamoDBStreamsAsync.getRecordsAsync(GetRecordsRequest request,
AsyncHandler<GetRecordsRequest,GetRecordsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetRecordsResult |
GetRecordsResult.clone() |
GetRecordsResult |
GetRecordsResult.withNextShardIterator(java.lang.String nextShardIterator)
The next position in the shard from which to start sequentially reading
stream records.
|
GetRecordsResult |
GetRecordsResult.withRecords(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsResult |
GetRecordsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |