Uses of Class
com.amazonaws.services.dynamodbv2.model.StreamRecord
Packages that use StreamRecord
-
Uses of StreamRecord in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return StreamRecordModifier and TypeMethodDescriptionStreamRecord.addKeysEntry
(String key, AttributeValue value) StreamRecord.addNewImageEntry
(String key, AttributeValue value) StreamRecord.addOldImageEntry
(String key, AttributeValue value) StreamRecord.clearKeysEntries()
Removes all the entries added into Keys.StreamRecord.clearNewImageEntries()
Removes all the entries added into NewImage.StreamRecord.clearOldImageEntries()
Removes all the entries added into OldImage.StreamRecord.clone()
Record.getDynamodb()
The main body of the stream record, containing all of the DynamoDB-specific fields.StreamRecord.withKeys
(Map<String, AttributeValue> keys) The primary key attribute(s) for the DynamoDB item that was modified.StreamRecord.withNewImage
(Map<String, AttributeValue> newImage) The item in the DynamoDB table as it appeared after it was modified.StreamRecord.withOldImage
(Map<String, AttributeValue> oldImage) The item in the DynamoDB table as it appeared before it was modified.StreamRecord.withSequenceNumber
(String sequenceNumber) The sequence number of the stream record.StreamRecord.withSizeBytes
(Long sizeBytes) The size of the stream record, in bytes.StreamRecord.withStreamViewType
(StreamViewType streamViewType) The type of data from the modified DynamoDB item that was captured in this stream record:StreamRecord.withStreamViewType
(String streamViewType) The type of data from the modified DynamoDB item that was captured in this stream record:Methods in com.amazonaws.services.dynamodbv2.model with parameters of type StreamRecordModifier and TypeMethodDescriptionvoid
Record.setDynamodb
(StreamRecord dynamodb) The main body of the stream record, containing all of the DynamoDB-specific fields.Record.withDynamodb
(StreamRecord dynamodb) The main body of the stream record, containing all of the DynamoDB-specific fields.