Uses of Enum
software.amazon.awssdk.enhanced.dynamodb.mapper.Order
Packages that use Order
Package
Description
-
Uses of Order in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return Order -
Uses of Order in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return OrderMethods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type OrderModifier and TypeMethodDescriptionstatic 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 OrderModifier and TypeMethodDescriptionstatic OrderReturns 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 OrderModifier and TypeMethodDescriptionStaticTableMetadata.Builder.addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType, Order order) Adds information about a partition key associated with a specific index.StaticTableMetadata.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.