Uses of Class
software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription
-
Packages that use LocalSecondaryIndexDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 LocalSecondaryIndexDescription Modifier and Type Method Description List<LocalSecondaryIndexDescription>TableDescription. localSecondaryIndexes()Represents one or more local secondary indexes on the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type LocalSecondaryIndexDescription Modifier and Type Method Description TableDescription.BuilderTableDescription.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 LocalSecondaryIndexDescription Modifier and Type Method Description TableDescription.BuilderTableDescription.Builder. localSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)Represents one or more local secondary indexes on the table.
-