Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.EnhancedLocalSecondaryIndex
Packages that use EnhancedLocalSecondaryIndex
Package
Description
-
Uses of EnhancedLocalSecondaryIndex in software.amazon.awssdk.enhanced.dynamodb.internal
Methods in software.amazon.awssdk.enhanced.dynamodb.internal that return types with arguments of type EnhancedLocalSecondaryIndex -
Uses of EnhancedLocalSecondaryIndex in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return EnhancedLocalSecondaryIndexModifier and TypeMethodDescriptionEnhancedLocalSecondaryIndex.Builder.build()static EnhancedLocalSecondaryIndexEnhancedLocalSecondaryIndex.create(String indexName, Projection projection) Methods in software.amazon.awssdk.enhanced.dynamodb.model that return types with arguments of type EnhancedLocalSecondaryIndexModifier and TypeMethodDescriptionCreateTableEnhancedRequest.localSecondaryIndices()Returns the local 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 EnhancedLocalSecondaryIndexModifier and TypeMethodDescriptionCreateTableEnhancedRequest.Builder.localSecondaryIndices(EnhancedLocalSecondaryIndex... localSecondaryIndices) Defines a local secondary index for this table.Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type EnhancedLocalSecondaryIndexModifier and TypeMethodDescriptionCreateTableEnhancedRequest.Builder.localSecondaryIndices(Collection<EnhancedLocalSecondaryIndex> localSecondaryIndices) Defines a local secondary index for this table.