Uses of Class
com.amazonaws.services.dynamodbv2.model.Record
-
Packages that use Record Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of Record in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return Record Modifier and Type Method Description RecordRecord. clone()RecordRecord. withAwsRegion(String awsRegion)The region in which the GetRecords request was received.RecordRecord. withDynamodb(StreamRecord dynamodb)The main body of the stream record, containing all of the DynamoDB-specific fields.RecordRecord. withEventID(String eventID)A globally unique identifier for the event that was recorded in this stream record.RecordRecord. withEventName(OperationType eventName)The type of data modification that was performed on the DynamoDB table:RecordRecord. withEventName(String eventName)The type of data modification that was performed on the DynamoDB table:RecordRecord. withEventSource(String eventSource)The AWS service from which the stream record originated.RecordRecord. withEventVersion(String eventVersion)The version number of the stream record format.Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type Record Modifier and Type Method Description List<Record>GetRecordsResult. getRecords()The stream records from the shard, which were retrieved using the shard iterator.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type Record Modifier and Type Method Description GetRecordsResultGetRecordsResult. withRecords(Record... records)The stream records from the shard, which were retrieved using the shard iterator.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type Record Modifier and Type Method Description voidGetRecordsResult. setRecords(Collection<Record> records)The stream records from the shard, which were retrieved using the shard iterator.GetRecordsResultGetRecordsResult. withRecords(Collection<Record> records)The stream records from the shard, which were retrieved using the shard iterator.
-