Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.Order
-
-
Uses of Order in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return Order Modifier and Type Method Description default OrderKeyAttributeMetadata. order()The order of the key attribute for composite keys. -
Uses of Order in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return Order Modifier and Type Method Description OrderStaticKeyAttributeMetadata. order()Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type Order Modifier and Type Method Description static StaticKeyAttributeMetadataStaticKeyAttributeMetadata. create(String name, AttributeValueType attributeValueType, Order order) -
Uses of Order in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return Order Modifier and Type Method Description static OrderOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static Order[]Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type Order Modifier and Type Method Description StaticTableMetadata.BuilderStaticTableMetadata.Builder. addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType, Order order)Adds information about a partition key associated with a specific index.StaticTableMetadata.BuilderStaticTableMetadata.Builder. addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType, Order order)Adds information about a sort key associated with a specific index.static StaticAttributeTagStaticAttributeTags. secondaryPartitionKey(String indexName, Order order)Marks an attribute as being part of a composite partition key for a secondary index.static StaticAttributeTagStaticAttributeTags. secondaryPartitionKey(Collection<String> indexNames, Order order)Marks an attribute as being part of a composite partition key for multiple secondary indices.static StaticAttributeTagStaticAttributeTags. secondarySortKey(String indexName, Order order)Marks an attribute as being part of a composite sort key for a secondary index.static StaticAttributeTagStaticAttributeTags. secondarySortKey(Collection<String> indexNames, Order order)Marks an attribute as being part of a composite sort key for multiple secondary indices. -
Uses of Order in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations that return Order Modifier and Type Method Description Orderorder()The order of this partition key attribute in composite keys (0-3).Orderorder()The order of this sort key attribute in composite keys (0-3).
-