Package | Description |
---|---|
com.amazonaws.services.kinesis.model |
Modifier and Type | Method and 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.withEncryptionType(EncryptionType encryptionType)
The encryption type used on the record.
|
Record |
Record.withEncryptionType(String encryptionType)
The encryption type used on the record.
|
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 within its shard.
|
Modifier and Type | Method and Description |
---|---|
List<Record> |
GetRecordsResult.getRecords()
The data records retrieved from the shard.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsResult |
GetRecordsResult.withRecords(Record... records)
The data records retrieved from the shard.
|
Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.