| 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 |
|---|---|
PutRecordBatchResult |
PutRecordBatchResult.withEncrypted(Boolean encrypted)
Indicates whether server-side encryption (SSE) was enabled during this
operation.
|
PutRecordBatchResult |
PutRecordBatchResult.withFailedPutCount(Integer failedPutCount)
The number of records that might have failed processing.
|
PutRecordBatchResult |
PutRecordBatchResult.withRequestResponses(Collection<PutRecordBatchResponseEntry> requestResponses)
The results array.
|
PutRecordBatchResult |
PutRecordBatchResult.withRequestResponses(PutRecordBatchResponseEntry... requestResponses)
The results array.
|
Copyright © 2019. All rights reserved.