Uses of Class
software.amazon.awssdk.services.dynamodb.model.Record
-
Packages that use Record Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Record in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Record Modifier and Type Method Description List<Record>GetRecordsResponse. records()The stream records from the shard, which were retrieved using the shard iterator.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Record Modifier and Type Method Description GetRecordsResponse.BuilderGetRecordsResponse.Builder. records(Record... records)The stream records from the shard, which were retrieved using the shard iterator.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Record Modifier and Type Method Description GetRecordsResponse.BuilderGetRecordsResponse.Builder. records(Collection<Record> records)The stream records from the shard, which were retrieved using the shard iterator.
-