Class QueryConditionalUtils.KeyResolution
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.conditional.QueryConditionalUtils.KeyResolution
- Enclosing class:
QueryConditionalUtils
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyResolution(List<String> partitionKeys, List<AttributeValue> partitionValues, List<String> sortKeys, List<AttributeValue> sortValues) -
Method Summary
Modifier and TypeMethodDescriptionReturns the sort-key name corresponding to the rightmost provided sort value.Returns the rightmost provided sort value.booleanbooleanbooleanbooleanboolean
-
Field Details
-
partitionKeys
-
partitionValues
-
sortKeys
-
sortValues
-
-
Constructor Details
-
KeyResolution
public KeyResolution(List<String> partitionKeys, List<AttributeValue> partitionValues, List<String> sortKeys, List<AttributeValue> sortValues)
-
-
Method Details
-
hasPartitionValues
public boolean hasPartitionValues() -
hasSortKeys
public boolean hasSortKeys() -
hasSortValues
public boolean hasSortValues() -
isCompositePartition
public boolean isCompositePartition() -
isCompositeSort
public boolean isCompositeSort() -
getRightmostSortValue
Returns the rightmost provided sort value. -
getRightmostSortKey
Returns the sort-key name corresponding to the rightmost provided sort value.
-