Uses of Class
com.amazonaws.services.kinesis.model.PutRecordsRequestEntry
Packages that use PutRecordsRequestEntry
-
Uses of PutRecordsRequestEntry in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return PutRecordsRequestEntryModifier and TypeMethodDescriptionPutRecordsRequestEntry.clone()
PutRecordsRequestEntry.withData
(ByteBuffer data) The data blob to put into the record, which is base64-encoded when the blob is serialized.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.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 PutRecordsRequestEntryModifier and TypeMethodDescriptionPutRecordsRequest.getRecords()
The records associated with the request.Methods in com.amazonaws.services.kinesis.model with parameters of type PutRecordsRequestEntryModifier and TypeMethodDescriptionPutRecordsRequest.withRecords
(PutRecordsRequestEntry... records) The records associated with the request.Method parameters in com.amazonaws.services.kinesis.model with type arguments of type PutRecordsRequestEntryModifier and TypeMethodDescriptionvoid
PutRecordsRequest.setRecords
(Collection<PutRecordsRequestEntry> records) The records associated with the request.PutRecordsRequest.withRecords
(Collection<PutRecordsRequestEntry> records) The records associated with the request.