Uses of Interface
org.leo.aws.ddb.repositories.GSI
-
Packages that use GSI Package Description org.leo.aws.ddb.repositories -
-
Uses of GSI in org.leo.aws.ddb.repositories
Classes in org.leo.aws.ddb.repositories that implement GSI Modifier and Type Class Description (package private) classGlobalSecondaryIndexImplFields in org.leo.aws.ddb.repositories with type parameters of type GSI Modifier and Type Field Description private Map<String,GSI>AttributeMapper.AttributeMapperBuilder. globalSecondaryIndexMapprivate Map<String,GSI>AttributeMapper. globalSecondaryIndexMapMethods in org.leo.aws.ddb.repositories that return GSI Modifier and Type Method Description GSIGlobalSecondaryIndexImpl.BuilderImpl. build()GSIGSI.Builder. build()Methods in org.leo.aws.ddb.repositories that return types with arguments of type GSI Modifier and Type Method Description Map<String,GSI>AttributeMapper. getGlobalSecondaryIndexMap()Method parameters in org.leo.aws.ddb.repositories with type arguments of type GSI Modifier and Type Method Description AttributeMapper.Builder<T>AttributeMapper.AttributeMapperBuilder. globalSecondaryIndexMap(Map<String,GSI> globalSecondaryIndexMap)AttributeMapper.Builder<T>AttributeMapper.Builder. globalSecondaryIndexMap(Map<String,GSI> globalSecondaryIndexMap)
-