Uses of Class
com.jcabi.dynamo.QueryValve
Packages that use QueryValve
-
Uses of QueryValve in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return QueryValveModifier and TypeMethodDescriptionQueryValve.withAttributesToGet(String... names) With these extra attributes to pre-fetch.QueryValve.withAttributeToGet(String name) With this extra attribute to pre-fetch.QueryValve.withConsistentRead(boolean cnst) With consistent read.QueryValve.withIndexName(String idx) With index name.QueryValve.withLimit(int lmt) With given limit.QueryValve.withScanIndexForward(boolean fwd) With scan index forward flag.QueryValve.withSelect(software.amazon.awssdk.services.dynamodb.model.Select slct) With attributes to select.