Uses of Class
software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
Packages that use LocalSecondaryIndexDescription
-
Uses of LocalSecondaryIndexDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type LocalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.localSecondaryIndexes()Represents one or more local secondary indexes on the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type LocalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.Builder.localSecondaryIndexes(LocalSecondaryIndexDescription... localSecondaryIndexes) Represents one or more local secondary indexes on the table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type LocalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.Builder.localSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes) Represents one or more local secondary indexes on the table.