Uses of Class
com.amazonaws.services.kinesisfirehose.model.PutRecordBatchRequest
Packages that use PutRecordBatchRequest
Package
Description
-
Uses of PutRecordBatchRequest in com.amazonaws.services.kinesisfirehose
Methods in com.amazonaws.services.kinesisfirehose with parameters of type PutRecordBatchRequestModifier and TypeMethodDescriptionAbstractAmazonKinesisFirehose.putRecordBatch
(PutRecordBatchRequest request) 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.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.AbstractAmazonKinesisFirehoseAsync.putRecordBatchAsync
(PutRecordBatchRequest request) AbstractAmazonKinesisFirehoseAsync.putRecordBatchAsync
(PutRecordBatchRequest request, AsyncHandler<PutRecordBatchRequest, PutRecordBatchResult> asyncHandler) AmazonKinesisFirehoseAsync.putRecordBatchAsync
(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.AmazonKinesisFirehoseAsync.putRecordBatchAsync
(PutRecordBatchRequest putRecordBatchRequest, AsyncHandler<PutRecordBatchRequest, PutRecordBatchResult> asyncHandler) Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records.AmazonKinesisFirehoseAsyncClient.putRecordBatchAsync
(PutRecordBatchRequest request) AmazonKinesisFirehoseAsyncClient.putRecordBatchAsync
(PutRecordBatchRequest request, AsyncHandler<PutRecordBatchRequest, PutRecordBatchResult> asyncHandler) Method parameters in com.amazonaws.services.kinesisfirehose with type arguments of type PutRecordBatchRequestModifier and TypeMethodDescriptionAbstractAmazonKinesisFirehoseAsync.putRecordBatchAsync
(PutRecordBatchRequest request, AsyncHandler<PutRecordBatchRequest, PutRecordBatchResult> asyncHandler) AmazonKinesisFirehoseAsync.putRecordBatchAsync
(PutRecordBatchRequest putRecordBatchRequest, AsyncHandler<PutRecordBatchRequest, PutRecordBatchResult> asyncHandler) Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records.AmazonKinesisFirehoseAsyncClient.putRecordBatchAsync
(PutRecordBatchRequest request, AsyncHandler<PutRecordBatchRequest, PutRecordBatchResult> asyncHandler) -
Uses of PutRecordBatchRequest in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return PutRecordBatchRequestModifier and TypeMethodDescriptionPutRecordBatchRequest.clone()
PutRecordBatchRequest.withDeliveryStreamName
(String deliveryStreamName) The name of the delivery stream.PutRecordBatchRequest.withRecords
(Record... records) One or more records.PutRecordBatchRequest.withRecords
(Collection<Record> records) One or more records.