Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.KeyAttributeMetadata
Packages that use KeyAttributeMetadata
Package
Description
-
Uses of KeyAttributeMetadata in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return types with arguments of type KeyAttributeMetadataModifier and TypeMethodDescriptionTableMetadata.keyAttributes()Returns metadata about all the known 'key' attributes for this table, such as primary and secondary index keys, or any other attribute that forms part of the structure of the table.default Optional<KeyAttributeMetadata>IndexMetadata.partitionKey()Deprecated.default List<KeyAttributeMetadata>IndexMetadata.partitionKeys()The partition keys for the index in order.default Optional<KeyAttributeMetadata>IndexMetadata.sortKey()Deprecated.UseIndexMetadata.sortKeys()for unified single/composite key supportdefault List<KeyAttributeMetadata>IndexMetadata.sortKeys()The sort keys for the index in order. -
Uses of KeyAttributeMetadata in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that implement KeyAttributeMetadataMethods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return types with arguments of type KeyAttributeMetadataModifier and TypeMethodDescriptionStaticIndexMetadata.Builder.getPartitionKeys()StaticIndexMetadata.Builder.getSortKeys()StaticIndexMetadata.partitionKeys()StaticIndexMetadata.sortKeys()Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type KeyAttributeMetadataModifier and TypeMethodDescriptionStaticIndexMetadata.Builder.addPartitionKey(KeyAttributeMetadata partitionKey) StaticIndexMetadata.Builder.addSortKey(KeyAttributeMetadata sortKey) StaticIndexMetadata.Builder.partitionKey(KeyAttributeMetadata partitionKey) StaticIndexMetadata.Builder.sortKey(KeyAttributeMetadata sortKey) Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with type arguments of type KeyAttributeMetadataModifier and TypeMethodDescriptionStaticIndexMetadata.Builder.partitionKeys(List<KeyAttributeMetadata> partitionKeys) StaticIndexMetadata.Builder.sortKeys(List<KeyAttributeMetadata> sortKeys) -
Uses of KeyAttributeMetadata in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return types with arguments of type KeyAttributeMetadata
IndexMetadata.partitionKeys()for unified single/composite key support