| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose |
|
| 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 PutRecordBatchResponse |
FirehoseClient.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 |
|---|---|
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.
|
default CompletableFuture<PutRecordBatchResponse> |
FirehoseAsyncClient.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.
|
Copyright © 2023. All rights reserved.