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 class
An implementation forLocalSecondaryIndexProps
Methods in software.amazon.awscdk.services.dynamodb that return LocalSecondaryIndexPropsModifier and TypeMethodDescriptionLocalSecondaryIndexProps.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb with parameters of type LocalSecondaryIndexPropsModifier and TypeMethodDescriptionvoid
Table.addLocalSecondaryIndex
(LocalSecondaryIndexProps props) Add a local secondary index of table.