Uses of Class
software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexInfo
-
Packages that use LocalSecondaryIndexInfo Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of LocalSecondaryIndexInfo in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type LocalSecondaryIndexInfo Modifier and Type Method Description List<LocalSecondaryIndexInfo>SourceTableFeatureDetails. localSecondaryIndexes()Represents the LSI properties for the table when the backup was created.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type LocalSecondaryIndexInfo Modifier and Type Method Description SourceTableFeatureDetails.BuilderSourceTableFeatureDetails.Builder. localSecondaryIndexes(LocalSecondaryIndexInfo... localSecondaryIndexes)Represents the LSI properties for the table when the backup was created.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type LocalSecondaryIndexInfo Modifier and Type Method Description SourceTableFeatureDetails.BuilderSourceTableFeatureDetails.Builder. localSecondaryIndexes(Collection<LocalSecondaryIndexInfo> localSecondaryIndexes)Represents the LSI properties for the table when the backup was created.
-