Uses of Class
software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexInfo
Packages that use LocalSecondaryIndexInfo
-
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 LocalSecondaryIndexInfoModifier and TypeMethodDescriptionfinal 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 LocalSecondaryIndexInfoModifier and TypeMethodDescriptionSourceTableFeatureDetails.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 LocalSecondaryIndexInfoModifier and TypeMethodDescriptionSourceTableFeatureDetails.Builder.localSecondaryIndexes(Collection<LocalSecondaryIndexInfo> localSecondaryIndexes) Represents the LSI properties for the table when the backup was created.