Uses of Class
software.amazon.awssdk.services.kinesis.model.Record
-
Packages that use Record Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of Record in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type Record Modifier and Type Method Description List<Record>GetRecordsResponse. records()The data records retrieved from the shard.List<Record>SubscribeToShardEvent. records()Methods in software.amazon.awssdk.services.kinesis.model with parameters of type Record Modifier and Type Method Description GetRecordsResponse.BuilderGetRecordsResponse.Builder. records(Record... records)The data records retrieved from the shard.SubscribeToShardEvent.BuilderSubscribeToShardEvent.Builder. records(Record... records)SubscribeToShardEvent.BuilderSubscribeToShardEvent.BuilderImpl. records(Record... records)Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type Record Modifier and Type Method Description GetRecordsResponse.BuilderGetRecordsResponse.Builder. records(Collection<Record> records)The data records retrieved from the shard.SubscribeToShardEvent.BuilderSubscribeToShardEvent.Builder. records(Collection<Record> records)SubscribeToShardEvent.BuilderSubscribeToShardEvent.BuilderImpl. records(Collection<Record> records)
-