| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
GetRecordsResponse.records()
The stream records from the shard, which were retrieved using the shard iterator.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.records(Record... records)
The stream records from the shard, which were retrieved using the shard iterator.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.records(Collection<Record> records)
The stream records from the shard, which were retrieved using the shard iterator.
|
Copyright © 2019. All rights reserved.