Uses of Interface
software.amazon.awscdk.services.dynamodb.LocalSecondaryIndexProps
Packages that use LocalSecondaryIndexProps
-
Uses of LocalSecondaryIndexProps in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement LocalSecondaryIndexPropsModifier and TypeClassDescriptionstatic final classAn implementation forLocalSecondaryIndexPropsMethods in software.amazon.awscdk.services.dynamodb that return LocalSecondaryIndexPropsModifier and TypeMethodDescriptionLocalSecondaryIndexProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb that return types with arguments of type LocalSecondaryIndexPropsModifier and TypeMethodDescriptiondefault List<LocalSecondaryIndexProps> TablePropsV2.getLocalSecondaryIndexes()Local secondary indexes.final List<LocalSecondaryIndexProps> TablePropsV2.Jsii$Proxy.getLocalSecondaryIndexes()Methods in software.amazon.awscdk.services.dynamodb with parameters of type LocalSecondaryIndexPropsModifier and TypeMethodDescriptionvoidTable.addLocalSecondaryIndex(LocalSecondaryIndexProps props) Add a local secondary index of table.voidTableV2.addLocalSecondaryIndex(LocalSecondaryIndexProps props) Add a local secondary index to the table.Method parameters in software.amazon.awscdk.services.dynamodb with type arguments of type LocalSecondaryIndexPropsModifier and TypeMethodDescriptionTablePropsV2.Builder.localSecondaryIndexes(List<? extends LocalSecondaryIndexProps> localSecondaryIndexes) Sets the value ofTablePropsV2.getLocalSecondaryIndexes()TableV2.Builder.localSecondaryIndexes(List<? extends LocalSecondaryIndexProps> localSecondaryIndexes) Local secondary indexes.