Uses of Class
com.amazonaws.services.dynamodbv2.model.ProjectionType
-
Packages that use ProjectionType Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of ProjectionType in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ProjectionType Modifier and Type Method Description static ProjectionType
ProjectionType. fromValue(String value)
Use this in place of valueOf.static ProjectionType
ProjectionType. 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.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ProjectionType Modifier and Type Method Description void
Projection. setProjectionType(ProjectionType projectionType)
The set of attributes that are projected into the index:Projection
Projection. withProjectionType(ProjectionType projectionType)
The set of attributes that are projected into the index:
-