Uses of Class
com.amazonaws.services.kinesis.model.PutRecordsResultEntry
Packages that use PutRecordsResultEntry
-
Uses of PutRecordsResultEntry in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return PutRecordsResultEntryModifier and TypeMethodDescriptionPutRecordsResultEntry.clone()
PutRecordsResultEntry.withErrorCode
(String errorCode) The error code for an individual record result.PutRecordsResultEntry.withErrorMessage
(String errorMessage) The error message for an individual record result.PutRecordsResultEntry.withSequenceNumber
(String sequenceNumber) The sequence number for an individual record result.PutRecordsResultEntry.withShardId
(String shardId) The shard ID for an individual record result.Methods in com.amazonaws.services.kinesis.model that return types with arguments of type PutRecordsResultEntryModifier and TypeMethodDescriptionPutRecordsResult.getRecords()
An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.Methods in com.amazonaws.services.kinesis.model with parameters of type PutRecordsResultEntryModifier and TypeMethodDescriptionPutRecordsResult.withRecords
(PutRecordsResultEntry... records) An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.Method parameters in com.amazonaws.services.kinesis.model with type arguments of type PutRecordsResultEntryModifier and TypeMethodDescriptionvoid
PutRecordsResult.setRecords
(Collection<PutRecordsResultEntry> records) An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.PutRecordsResult.withRecords
(Collection<PutRecordsResultEntry> records) An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.