Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private Record |
PutRecordRequest.record
The record.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Record> |
PutRecordBatchRequest.records
One or more records.
|
Modifier and Type | Method and Description |
---|---|
Record |
Record.clone() |
Record |
PutRecordRequest.getRecord()
The record.
|
Record |
Record.withData(java.nio.ByteBuffer data)
The data blob, which is base64-encoded when the blob is serialized.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Record> |
PutRecordBatchRequest.getRecords()
One or more records.
|
Modifier and Type | Method and Description |
---|---|
void |
PutRecordRequest.setRecord(Record record)
The record.
|
PutRecordRequest |
PutRecordRequest.withRecord(Record record)
The record.
|
PutRecordBatchRequest |
PutRecordBatchRequest.withRecords(Record... records)
One or more records.
|
Modifier and Type | Method and Description |
---|---|
void |
PutRecordBatchRequest.setRecords(java.util.Collection<Record> records)
One or more records.
|
PutRecordBatchRequest |
PutRecordBatchRequest.withRecords(java.util.Collection<Record> records)
One or more records.
|
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
|