Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.EnhancedGlobalSecondaryIndex
Packages that use EnhancedGlobalSecondaryIndex
Package
Description
-
Uses of EnhancedGlobalSecondaryIndex in software.amazon.awssdk.enhanced.dynamodb.internal
Methods in software.amazon.awssdk.enhanced.dynamodb.internal that return types with arguments of type EnhancedGlobalSecondaryIndex -
Uses of EnhancedGlobalSecondaryIndex in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return EnhancedGlobalSecondaryIndexModifier and TypeMethodDescriptionEnhancedGlobalSecondaryIndex.Builder.build()Builds aEnhancedGlobalSecondaryIndexbased on the values stored in this builderMethods in software.amazon.awssdk.enhanced.dynamodb.model that return types with arguments of type EnhancedGlobalSecondaryIndexModifier and TypeMethodDescriptionCreateTableEnhancedRequest.globalSecondaryIndices()Returns the global secondary index set on this request object, or null if it has not been set.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type EnhancedGlobalSecondaryIndexModifier and TypeMethodDescriptionCreateTableEnhancedRequest.Builder.globalSecondaryIndices(EnhancedGlobalSecondaryIndex... globalSecondaryIndices) Defines a global secondary index for this table.Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type EnhancedGlobalSecondaryIndexModifier and TypeMethodDescriptionCreateTableEnhancedRequest.Builder.globalSecondaryIndices(Collection<EnhancedGlobalSecondaryIndex> globalSecondaryIndices) Defines a global secondary index for this table.