Uses of Class
com.amazonaws.services.kinesis.model.Record
-
Packages that use Record Package Description com.amazonaws.services.kinesis.model -
-
Uses of Record in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return Record Modifier and Type Method Description Record
Record. clone()
Record
Record. withApproximateArrivalTimestamp(Date approximateArrivalTimestamp)
The approximate time that the record was inserted into the stream.Record
Record. withData(ByteBuffer data)
The data blob.Record
Record. withPartitionKey(String partitionKey)
Identifies which shard in the stream the data record is assigned to.Record
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 Record Modifier and Type Method Description List<Record>
GetRecordsResult. getRecords()
The data records retrieved from the shard.Methods in com.amazonaws.services.kinesis.model with parameters of type Record Modifier and Type Method Description GetRecordsResult
GetRecordsResult. withRecords(Record... records)
The data records retrieved from the shard.Method parameters in com.amazonaws.services.kinesis.model with type arguments of type Record Modifier and Type Method Description void
GetRecordsResult. setRecords(Collection<Record> records)
The data records retrieved from the shard.GetRecordsResult
GetRecordsResult. withRecords(Collection<Record> records)
The data records retrieved from the shard.
-