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 RecordRecord. clone()RecordRecord. withApproximateArrivalTimestamp(Date approximateArrivalTimestamp)The approximate time that the record was inserted into the stream.RecordRecord. withData(ByteBuffer data)The data blob.RecordRecord. withPartitionKey(String partitionKey)Identifies which shard in the stream the data record is assigned to.RecordRecord. 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 GetRecordsResultGetRecordsResult. 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 voidGetRecordsResult. setRecords(Collection<Record> records)The data records retrieved from the shard.GetRecordsResultGetRecordsResult. withRecords(Collection<Record> records)The data records retrieved from the shard.
-