Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Record> |
GetRecordsResult.records
The stream records from the shard, which were retrieved using the shard
iterator.
|
Modifier and Type | Method and Description |
---|---|
Record |
Record.clone() |
Record |
Record.withAwsRegion(java.lang.String awsRegion)
The region in which the GetRecords request was received.
|
Record |
Record.withDynamodb(StreamRecord dynamodb)
The main body of the stream record, containing all of the
DynamoDB-specific fields.
|
Record |
Record.withEventID(java.lang.String eventID)
A globally unique identifier for the event that was recorded in this
stream record.
|
Record |
Record.withEventName(OperationType eventName)
The type of data modification that was performed on the DynamoDB table:
|
Record |
Record.withEventName(java.lang.String eventName)
The type of data modification that was performed on the DynamoDB table:
|
Record |
Record.withEventSource(java.lang.String eventSource)
The AWS service from which the stream record originated.
|
Record |
Record.withEventVersion(java.lang.String eventVersion)
The version number of the stream record format.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Record> |
GetRecordsResult.getRecords()
The stream records from the shard, which were retrieved using the shard
iterator.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsResult |
GetRecordsResult.withRecords(Record... records)
The stream records from the shard, which were retrieved using the shard
iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
GetRecordsResult.setRecords(java.util.Collection<Record> records)
The stream records from the shard, which were retrieved using the shard
iterator.
|
GetRecordsResult |
GetRecordsResult.withRecords(java.util.Collection<Record> records)
The stream records from the shard, which were retrieved using the shard
iterator.
|
Modifier and Type | Method and Description |
---|---|
Record |
RecordJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RecordJsonMarshaller.marshall(Record record,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|