| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose |
|
| com.amazonaws.services.kinesisfirehose.model |
Classes modeling the various types represented by AmazonKinesisFirehose
|
| Modifier and Type | Method and Description |
|---|---|
PutRecordBatchResult |
AmazonKinesisFirehoseClient.putRecordBatch(PutRecordBatchRequest putRecordBatchRequest)
Writes multiple data records into a delivery stream in a single call,
which can achieve higher throughput per producer than when writing single
records.
|
PutRecordBatchResult |
AmazonKinesisFirehose.putRecordBatch(PutRecordBatchRequest putRecordBatchRequest)
Writes multiple data records into a delivery stream in a single call,
which can achieve higher throughput per producer than when writing single
records.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecordBatchRequest |
PutRecordBatchRequest.withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
PutRecordBatchRequest |
PutRecordBatchRequest.withRecords(Collection<Record> records)
One or more records.
|
PutRecordBatchRequest |
PutRecordBatchRequest.withRecords(Record... records)
One or more records.
|
Copyright © 2019. All rights reserved.