Uses of Class
com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResult
-
Packages that use PutRecordBatchResult Package Description com.amazonaws.services.kinesisfirehose com.amazonaws.services.kinesisfirehose.model -
-
Uses of PutRecordBatchResult in com.amazonaws.services.kinesisfirehose
Methods in com.amazonaws.services.kinesisfirehose that return PutRecordBatchResult Modifier and Type Method Description PutRecordBatchResultAbstractAmazonKinesisFirehose. putRecordBatch(PutRecordBatchRequest request)PutRecordBatchResultAmazonKinesisFirehose. 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.PutRecordBatchResultAmazonKinesisFirehoseClient. 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 PutRecordBatchResult Modifier and Type Method Description Future<PutRecordBatchResult>AbstractAmazonKinesisFirehoseAsync. putRecordBatchAsync(PutRecordBatchRequest request)Future<PutRecordBatchResult>AbstractAmazonKinesisFirehoseAsync. putRecordBatchAsync(PutRecordBatchRequest request, AsyncHandler<PutRecordBatchRequest,PutRecordBatchResult> asyncHandler)Future<PutRecordBatchResult>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.Future<PutRecordBatchResult>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.Future<PutRecordBatchResult>AmazonKinesisFirehoseAsyncClient. putRecordBatchAsync(PutRecordBatchRequest request)Future<PutRecordBatchResult>AmazonKinesisFirehoseAsyncClient. putRecordBatchAsync(PutRecordBatchRequest request, AsyncHandler<PutRecordBatchRequest,PutRecordBatchResult> asyncHandler)Method parameters in com.amazonaws.services.kinesisfirehose with type arguments of type PutRecordBatchResult Modifier and Type Method Description Future<PutRecordBatchResult>AbstractAmazonKinesisFirehoseAsync. putRecordBatchAsync(PutRecordBatchRequest request, AsyncHandler<PutRecordBatchRequest,PutRecordBatchResult> asyncHandler)Future<PutRecordBatchResult>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.Future<PutRecordBatchResult>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 PutRecordBatchResult Modifier and Type Method Description PutRecordBatchResultPutRecordBatchResult. clone()PutRecordBatchResultPutRecordBatchResult. withFailedPutCount(Integer failedPutCount)The number of unsuccessfully written records.PutRecordBatchResultPutRecordBatchResult. withRequestResponses(PutRecordBatchResponseEntry... requestResponses)The results for the individual records.PutRecordBatchResultPutRecordBatchResult. withRequestResponses(Collection<PutRecordBatchResponseEntry> requestResponses)The results for the individual records.
-