@ThreadSafe public interface IndexMetadata
Modifier and Type | Method and Description |
---|---|
String |
name()
The name of the index
|
Optional<KeyAttributeMetadata> |
partitionKey()
The partition key for the index; if there is one.
|
Optional<KeyAttributeMetadata> |
sortKey()
The sort key for the index; if there is one.
|
String name()
Optional<KeyAttributeMetadata> partitionKey()
Optional<KeyAttributeMetadata> sortKey()
Copyright © 2022. All rights reserved.