| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose |
|
| software.amazon.awssdk.services.firehose.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PutRecordBatchRequestMarshaller.marshall(PutRecordBatchRequest putRecordBatchRequest) |
Copyright © 2023. All rights reserved.