Uses of Class
com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
Packages that use PutRecordBatchResult
Package
Description
-
Uses of PutRecordBatchResult in com.amazonaws.services.kinesisfirehose
Methods in com.amazonaws.services.kinesisfirehose that return PutRecordBatchResultModifier 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.Methods in com.amazonaws.services.kinesisfirehose that return types with arguments of type PutRecordBatchResultModifier and TypeMethodDescriptionAbstractAmazonKinesisFirehoseAsync.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 PutRecordBatchResultModifier 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 PutRecordBatchResult in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return PutRecordBatchResultModifier and TypeMethodDescriptionPutRecordBatchResult.clone()
PutRecordBatchResult.withFailedPutCount
(Integer failedPutCount) The number of unsuccessfully written records.PutRecordBatchResult.withRequestResponses
(PutRecordBatchResponseEntry... requestResponses) The results for the individual records.PutRecordBatchResult.withRequestResponses
(Collection<PutRecordBatchResponseEntry> requestResponses) The results for the individual records.