Uses of Class
software.amazon.awssdk.services.kinesis.model.PutRecordsRequestEntry
-
Packages that use PutRecordsRequestEntry Package Description software.amazon.awssdk.services.kinesis.model -
-
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 PutRecordsRequestEntry Modifier and Type Method Description List<PutRecordsRequestEntry>PutRecordsRequest. records()The records associated with the request.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type PutRecordsRequestEntry Modifier and Type Method Description PutRecordsRequest.BuilderPutRecordsRequest.Builder. records(PutRecordsRequestEntry... records)The records associated with the request.Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type PutRecordsRequestEntry Modifier and Type Method Description PutRecordsRequest.BuilderPutRecordsRequest.Builder. records(Collection<PutRecordsRequestEntry> records)The records associated with the request.
-