Uses of Class
com.amazonaws.services.kinesisfirehose.model.PutRecordBatchResponseEntry
-
Packages that use PutRecordBatchResponseEntry Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of PutRecordBatchResponseEntry in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return PutRecordBatchResponseEntry Modifier and Type Method Description PutRecordBatchResponseEntry
PutRecordBatchResponseEntry. clone()
PutRecordBatchResponseEntry
PutRecordBatchResponseEntry. withErrorCode(String errorCode)
The error code for an individual record result.PutRecordBatchResponseEntry
PutRecordBatchResponseEntry. withErrorMessage(String errorMessage)
The error message for an individual record result.PutRecordBatchResponseEntry
PutRecordBatchResponseEntry. withRecordId(String recordId)
The ID of the record.Methods in com.amazonaws.services.kinesisfirehose.model that return types with arguments of type PutRecordBatchResponseEntry Modifier and Type Method Description List<PutRecordBatchResponseEntry>
PutRecordBatchResult. getRequestResponses()
The results for the individual records.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type PutRecordBatchResponseEntry Modifier and Type Method Description PutRecordBatchResult
PutRecordBatchResult. withRequestResponses(PutRecordBatchResponseEntry... requestResponses)
The results for the individual records.Method parameters in com.amazonaws.services.kinesisfirehose.model with type arguments of type PutRecordBatchResponseEntry Modifier and Type Method Description void
PutRecordBatchResult. setRequestResponses(Collection<PutRecordBatchResponseEntry> requestResponses)
The results for the individual records.PutRecordBatchResult
PutRecordBatchResult. withRequestResponses(Collection<PutRecordBatchResponseEntry> requestResponses)
The results for the individual records.
-