Uses of Class
com.amazonaws.services.kinesis.model.PutRecordsResultEntry
-
Packages that use PutRecordsResultEntry Package Description com.amazonaws.services.kinesis.model -
-
Uses of PutRecordsResultEntry in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return PutRecordsResultEntry Modifier and Type Method Description PutRecordsResultEntry
PutRecordsResultEntry. clone()
PutRecordsResultEntry
PutRecordsResultEntry. withErrorCode(String errorCode)
The error code for an individual record result.PutRecordsResultEntry
PutRecordsResultEntry. withErrorMessage(String errorMessage)
The error message for an individual record result.PutRecordsResultEntry
PutRecordsResultEntry. withSequenceNumber(String sequenceNumber)
The sequence number for an individual record result.PutRecordsResultEntry
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 PutRecordsResultEntry Modifier and Type Method Description List<PutRecordsResultEntry>
PutRecordsResult. 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 PutRecordsResultEntry Modifier and Type Method Description PutRecordsResult
PutRecordsResult. 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 PutRecordsResultEntry Modifier and Type Method Description void
PutRecordsResult. setRecords(Collection<PutRecordsResultEntry> records)
An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.PutRecordsResult
PutRecordsResult. withRecords(Collection<PutRecordsResultEntry> records)
An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.
-