Package org.leo.aws.ddb.annotations
Annotation Type SecondaryIndices
-
@Target(FIELD) @Retention(RUNTIME) @Documented public @interface SecondaryIndices
Represents a GSI/LSI in a DynamoDb field. This can be used directly on a field only if the field is a part of a single index. or iff the field is part of multiple indexes.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SecondaryIndex[]indicesIndividual Indexes
-
-
-
Element Detail
-
indices
SecondaryIndex[] indices
Individual Indexes- Returns:
- indexes
-
-