Uses of Interface
software.amazon.awscdk.services.dynamodb.LocalSecondaryIndexProps
-
Uses of LocalSecondaryIndexProps in software.amazon.awscdk.services.dynamodb
Modifier and TypeClassDescriptionstatic final class
An implementation forLocalSecondaryIndexProps
Modifier and TypeMethodDescriptionLocalSecondaryIndexProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptiondefault List<LocalSecondaryIndexProps>
TablePropsV2.getLocalSecondaryIndexes()
Local secondary indexes.final List<LocalSecondaryIndexProps>
TablePropsV2.Jsii$Proxy.getLocalSecondaryIndexes()
Modifier and TypeMethodDescriptionvoid
Table.addLocalSecondaryIndex
(LocalSecondaryIndexProps props) Add a local secondary index of table.void
TableV2.addLocalSecondaryIndex
(LocalSecondaryIndexProps props) Add a local secondary index to the table.Modifier and TypeMethodDescriptionTablePropsV2.Builder.localSecondaryIndexes
(List<? extends LocalSecondaryIndexProps> localSecondaryIndexes) Sets the value ofTablePropsV2.getLocalSecondaryIndexes()
TableV2.Builder.localSecondaryIndexes
(List<? extends LocalSecondaryIndexProps> localSecondaryIndexes) Local secondary indexes.