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 with parameters of type LocalSecondaryIndexPropsModifier and TypeMethodDescriptionvoidTable.addLocalSecondaryIndex(LocalSecondaryIndexProps props) Add a local secondary index of table.