Uses of Class
com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
-
Packages that use PutRecordsRequestEntry Package Description com.amazonaws.services.kinesis.model -
-
Uses of PutRecordsRequestEntry in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return PutRecordsRequestEntry Modifier and Type Method Description PutRecordsRequestEntryPutRecordsRequestEntry. clone()PutRecordsRequestEntryPutRecordsRequestEntry. withData(ByteBuffer data)The data blob to put into the record, which is base64-encoded when the blob is serialized.PutRecordsRequestEntryPutRecordsRequestEntry. withExplicitHashKey(String explicitHashKey)The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.PutRecordsRequestEntryPutRecordsRequestEntry. withPartitionKey(String partitionKey)Determines which shard in the stream the data record is assigned to.Methods in com.amazonaws.services.kinesis.model that return types with arguments of type PutRecordsRequestEntry Modifier and Type Method Description List<PutRecordsRequestEntry>PutRecordsRequest. getRecords()The records associated with the request.Methods in com.amazonaws.services.kinesis.model with parameters of type PutRecordsRequestEntry Modifier and Type Method Description PutRecordsRequestPutRecordsRequest. withRecords(PutRecordsRequestEntry... records)The records associated with the request.Method parameters in com.amazonaws.services.kinesis.model with type arguments of type PutRecordsRequestEntry Modifier and Type Method Description voidPutRecordsRequest. setRecords(Collection<PutRecordsRequestEntry> records)The records associated with the request.PutRecordsRequestPutRecordsRequest. withRecords(Collection<PutRecordsRequestEntry> records)The records associated with the request.
-