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 PutRecordsRequestEntry
PutRecordsRequestEntry. clone()
PutRecordsRequestEntry
PutRecordsRequestEntry. withData(ByteBuffer data)
The data blob to put into the record, which is base64-encoded when the blob is serialized.PutRecordsRequestEntry
PutRecordsRequestEntry. 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.PutRecordsRequestEntry
PutRecordsRequestEntry. 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 PutRecordsRequest
PutRecordsRequest. 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 void
PutRecordsRequest. setRecords(Collection<PutRecordsRequestEntry> records)
The records associated with the request.PutRecordsRequest
PutRecordsRequest. withRecords(Collection<PutRecordsRequestEntry> records)
The records associated with the request.
-