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 PutRecordsResultEntryPutRecordsResultEntry. clone()PutRecordsResultEntryPutRecordsResultEntry. withErrorCode(String errorCode)The error code for an individual record result.PutRecordsResultEntryPutRecordsResultEntry. withErrorMessage(String errorMessage)The error message for an individual record result.PutRecordsResultEntryPutRecordsResultEntry. withSequenceNumber(String sequenceNumber)The sequence number for an individual record result.PutRecordsResultEntryPutRecordsResultEntry. 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 PutRecordsResultPutRecordsResult. 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 voidPutRecordsResult. setRecords(Collection<PutRecordsResultEntry> records)An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.PutRecordsResultPutRecordsResult. withRecords(Collection<PutRecordsResultEntry> records)An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.
-