| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose |
|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
default PutRecordBatchResponse |
FirehoseClient.putRecordBatch(Consumer<PutRecordBatchRequest.Builder> 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.
|
default CompletableFuture<PutRecordBatchResponse> |
FirehoseAsyncClient.putRecordBatch(Consumer<PutRecordBatchRequest.Builder> 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 |
|---|---|
static Class<? extends PutRecordBatchRequest.Builder> |
PutRecordBatchRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.