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 PutRecordBatchResponseEntryPutRecordBatchResponseEntry. clone()PutRecordBatchResponseEntryPutRecordBatchResponseEntry. withErrorCode(String errorCode)The error code for an individual record result.PutRecordBatchResponseEntryPutRecordBatchResponseEntry. withErrorMessage(String errorMessage)The error message for an individual record result.PutRecordBatchResponseEntryPutRecordBatchResponseEntry. 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 PutRecordBatchResultPutRecordBatchResult. 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 voidPutRecordBatchResult. setRequestResponses(Collection<PutRecordBatchResponseEntry> requestResponses)The results for the individual records.PutRecordBatchResultPutRecordBatchResult. withRequestResponses(Collection<PutRecordBatchResponseEntry> requestResponses)The results for the individual records.
-