Uses of Class
com.amazonaws.services.kinesis.model.Record
Packages that use Record
-
Uses of Record in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return RecordModifier and TypeMethodDescriptionRecord.clone()
Record.withApproximateArrivalTimestamp
(Date approximateArrivalTimestamp) The approximate time that the record was inserted into the stream.Record.withData
(ByteBuffer data) The data blob.Record.withPartitionKey
(String partitionKey) Identifies which shard in the stream the data record is assigned to.Record.withSequenceNumber
(String sequenceNumber) The unique identifier of the record in the stream.Methods in com.amazonaws.services.kinesis.model that return types with arguments of type RecordModifier and TypeMethodDescriptionGetRecordsResult.getRecords()
The data records retrieved from the shard.Methods in com.amazonaws.services.kinesis.model with parameters of type RecordModifier and TypeMethodDescriptionGetRecordsResult.withRecords
(Record... records) The data records retrieved from the shard.Method parameters in com.amazonaws.services.kinesis.model with type arguments of type RecordModifier and TypeMethodDescriptionvoid
GetRecordsResult.setRecords
(Collection<Record> records) The data records retrieved from the shard.GetRecordsResult.withRecords
(Collection<Record> records) The data records retrieved from the shard.