Package | Description |
---|---|
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Record> |
GetRecordsResult.records
The data records retrieved from the shard.
|
Modifier and Type | Method and Description |
---|---|
Record |
Record.clone() |
Record |
Record.withApproximateArrivalTimestamp(java.util.Date approximateArrivalTimestamp)
The approximate time that the record was inserted into the stream.
|
Record |
Record.withData(java.nio.ByteBuffer data)
The data blob.
|
Record |
Record.withPartitionKey(java.lang.String partitionKey)
Identifies which shard in the stream the data record is assigned to.
|
Record |
Record.withSequenceNumber(java.lang.String sequenceNumber)
The unique identifier of the record in the stream.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Record> records)
The data records retrieved from the shard.
|
GetRecordsResult |
GetRecordsResult.withRecords(java.util.Collection<Record> records)
The data records retrieved from the shard.
|
Modifier and Type | Method and Description |
---|---|
Record |
RecordJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RecordJsonMarshaller.marshall(Record record,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|