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 PutRecordBatchResult
AbstractAmazonKinesisFirehose. putRecordBatch(PutRecordBatchRequest request)
PutRecordBatchResult
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.PutRecordBatchResult
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 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 PutRecordBatchResult
PutRecordBatchResult. clone()
PutRecordBatchResult
PutRecordBatchResult. withFailedPutCount(Integer failedPutCount)
The number of unsuccessfully written records.PutRecordBatchResult
PutRecordBatchResult. withRequestResponses(PutRecordBatchResponseEntry... requestResponses)
The results for the individual records.PutRecordBatchResult
PutRecordBatchResult. withRequestResponses(Collection<PutRecordBatchResponseEntry> requestResponses)
The results for the individual records.
-