Uses of Interface
software.amazon.awscdk.services.dynamodb.GlobalSecondaryIndexProps
Packages that use GlobalSecondaryIndexProps
-
Uses of GlobalSecondaryIndexProps in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement GlobalSecondaryIndexPropsModifier and TypeClassDescriptionstatic final classAn implementation forGlobalSecondaryIndexPropsMethods in software.amazon.awscdk.services.dynamodb that return GlobalSecondaryIndexPropsModifier and TypeMethodDescriptionGlobalSecondaryIndexProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb with parameters of type GlobalSecondaryIndexPropsModifier and TypeMethodDescriptionvoidTable.addGlobalSecondaryIndex(GlobalSecondaryIndexProps props) Add a global secondary index of table.