Uses of Enum
com.amazonaws.services.dynamodbv2.model.ProjectionType
Packages that use ProjectionType
-
Uses of ProjectionType in com.amazonaws.services.dynamodbv2.model
Subclasses with type arguments of type ProjectionType in com.amazonaws.services.dynamodbv2.modelMethods in com.amazonaws.services.dynamodbv2.model that return ProjectionTypeModifier and TypeMethodDescriptionstatic ProjectionTypeUse this in place of valueOf.static ProjectionTypeReturns 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 ProjectionTypeModifier and TypeMethodDescriptionvoidProjection.setProjectionType(ProjectionType projectionType) The set of attributes that are projected into the index:Projection.withProjectionType(ProjectionType projectionType) The set of attributes that are projected into the index: