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