Uses of Class
software.amazon.awssdk.services.kinesis.model.PutRecordsRequestEntry
Packages that use PutRecordsRequestEntry
-
Uses of PutRecordsRequestEntry in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type PutRecordsRequestEntryModifier and TypeMethodDescriptionfinal List<PutRecordsRequestEntry>PutRecordsRequest.records()The records associated with the request.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type PutRecordsRequestEntryModifier and TypeMethodDescriptionPutRecordsRequest.Builder.records(PutRecordsRequestEntry... records) The records associated with the request.Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type PutRecordsRequestEntryModifier and TypeMethodDescriptionPutRecordsRequest.Builder.records(Collection<PutRecordsRequestEntry> records) The records associated with the request.