Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb | |
software.amazon.awssdk.enhanced.dynamodb.internal.mapper | |
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticKeyAttributeMetadata |
Modifier and Type | Method and Description |
---|---|
Optional<KeyAttributeMetadata> |
StaticIndexMetadata.partitionKey() |
Optional<KeyAttributeMetadata> |
StaticIndexMetadata.sortKey() |
Modifier and Type | Method and Description |
---|---|
StaticIndexMetadata.Builder |
StaticIndexMetadata.Builder.partitionKey(KeyAttributeMetadata partitionKey) |
StaticIndexMetadata.Builder |
StaticIndexMetadata.Builder.sortKey(KeyAttributeMetadata sortKey) |
Modifier and Type | Method and Description |
---|---|
Collection<KeyAttributeMetadata> |
StaticTableMetadata.keyAttributes() |
Copyright © 2022. All rights reserved.