Uses of Class
com.amazonaws.services.dynamodbv2.model.Projection
Packages that use Projection
-
Uses of Projection in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ProjectionModifier and TypeMethodDescriptionProjection.clone()
CreateGlobalSecondaryIndexAction.getProjection()
GlobalSecondaryIndex.getProjection()
GlobalSecondaryIndexDescription.getProjection()
LocalSecondaryIndex.getProjection()
LocalSecondaryIndexDescription.getProjection()
Projection.withNonKeyAttributes
(String... nonKeyAttributes) Represents the non-key attribute names which will be projected into the index.Projection.withNonKeyAttributes
(Collection<String> nonKeyAttributes) Represents the non-key attribute names which will be projected into the index.Projection.withProjectionType
(ProjectionType projectionType) The set of attributes that are projected into the index:Projection.withProjectionType
(String projectionType) The set of attributes that are projected into the index:Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ProjectionModifier and TypeMethodDescriptionvoid
CreateGlobalSecondaryIndexAction.setProjection
(Projection projection) void
GlobalSecondaryIndex.setProjection
(Projection projection) void
GlobalSecondaryIndexDescription.setProjection
(Projection projection) void
LocalSecondaryIndex.setProjection
(Projection projection) void
LocalSecondaryIndexDescription.setProjection
(Projection projection) CreateGlobalSecondaryIndexAction.withProjection
(Projection projection) GlobalSecondaryIndex.withProjection
(Projection projection) GlobalSecondaryIndexDescription.withProjection
(Projection projection) LocalSecondaryIndex.withProjection
(Projection projection) LocalSecondaryIndexDescription.withProjection
(Projection projection)