Uses of Class
software.amazon.awssdk.services.firehose.model.PutRecordBatchResponse
-
Packages that use PutRecordBatchResponse Package Description software.amazon.awssdk.services.firehose Amazon Kinesis Data Firehose API Reference -
-
Uses of PutRecordBatchResponse in software.amazon.awssdk.services.firehose
Methods in software.amazon.awssdk.services.firehose that return PutRecordBatchResponse Modifier and Type Method Description default PutRecordBatchResponseFirehoseClient. 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 PutRecordBatchResponseFirehoseClient. 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.Methods in software.amazon.awssdk.services.firehose that return types with arguments of type PutRecordBatchResponse Modifier and Type Method 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.
-