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.Optional<KeyAttributeMetadata>
IndexMetadata. partitionKey()
The partition key for the index; if there is one.Optional<KeyAttributeMetadata>
IndexMetadata. sortKey()
The sort key for the index; if there is one. -
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 class
StaticKeyAttributeMetadata
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return types with arguments of type KeyAttributeMetadata Modifier and Type Method Description Optional<KeyAttributeMetadata>
StaticIndexMetadata. partitionKey()
Optional<KeyAttributeMetadata>
StaticIndexMetadata. sortKey()
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type KeyAttributeMetadata Modifier and Type Method Description StaticIndexMetadata.Builder
StaticIndexMetadata.Builder. partitionKey(KeyAttributeMetadata partitionKey)
StaticIndexMetadata.Builder
StaticIndexMetadata.Builder. sortKey(KeyAttributeMetadata sortKey)
-
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()
-