Uses of Class
org.leo.aws.ddb.annotations.ProjectionType
-
-
Uses of ProjectionType in org.leo.aws.ddb.annotations
Methods in org.leo.aws.ddb.annotations that return ProjectionType Modifier and Type Method Description ProjectionTypeprojectionType()static ProjectionTypeProjectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectionType[]ProjectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-