KeyConditionBuilder
Functions
Link copied to clipboard
infix fun PartitionKeyCondition<HashKey, SortKey>.and(secondary: SortKeyCondition<HashKey, SortKey>?): CombinedKeyCondition<HashKey, SortKey>
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute.beginsWith(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
fun KeyConditionBuilder.SortKeySubstitute.between(value1: SortKey, value2: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.HashKeySubstitute.eq(value: HashKey): PartitionKeyCondition<HashKey, SortKey>
infix fun KeyConditionBuilder.SortKeySubstitute.eq(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute.ge(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute.gt(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute.le(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute.lt(value: SortKey): SortKeyCondition<HashKey, SortKey>?