Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.KeyAttributeMetadata
-
Packages that use KeyAttributeMetadata Package Description software.amazon.awssdk.enhanced.dynamodb software.amazon.awssdk.enhanced.dynamodb.internal.mapper software.amazon.awssdk.enhanced.dynamodb.mapper -
-
Uses of KeyAttributeMetadata in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return types with arguments of type KeyAttributeMetadata Modifier and Type Method Description Collection<KeyAttributeMetadata>TableMetadata. 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.UseIndexMetadata.partitionKeys()for unified single/composite key supportdefault 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 KeyAttributeMetadata Modifier and Type Class Description classStaticKeyAttributeMetadataMethods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return types with arguments of type KeyAttributeMetadata Modifier and Type Method Description List<KeyAttributeMetadata>StaticIndexMetadata.Builder. getPartitionKeys()List<KeyAttributeMetadata>StaticIndexMetadata.Builder. getSortKeys()List<KeyAttributeMetadata>StaticIndexMetadata. partitionKeys()List<KeyAttributeMetadata>StaticIndexMetadata. sortKeys()Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type KeyAttributeMetadata Modifier and Type Method Description StaticIndexMetadata.BuilderStaticIndexMetadata.Builder. addPartitionKey(KeyAttributeMetadata partitionKey)StaticIndexMetadata.BuilderStaticIndexMetadata.Builder. addSortKey(KeyAttributeMetadata sortKey)StaticIndexMetadata.BuilderStaticIndexMetadata.Builder. partitionKey(KeyAttributeMetadata partitionKey)StaticIndexMetadata.BuilderStaticIndexMetadata.Builder. sortKey(KeyAttributeMetadata sortKey)Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with type arguments of type KeyAttributeMetadata Modifier and Type Method Description StaticIndexMetadata.BuilderStaticIndexMetadata.Builder. partitionKeys(List<KeyAttributeMetadata> partitionKeys)StaticIndexMetadata.BuilderStaticIndexMetadata.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 Modifier and Type Method Description Collection<KeyAttributeMetadata>StaticTableMetadata. keyAttributes()
-