Uses of Class
com.amazonaws.services.dynamodbv2.model.Projection
-
Packages that use Projection Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of Projection in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return Projection Modifier and Type Method Description Projection
Projection. clone()
Projection
CreateGlobalSecondaryIndexAction. getProjection()
Projection
GlobalSecondaryIndex. getProjection()
Projection
GlobalSecondaryIndexDescription. getProjection()
Projection
LocalSecondaryIndex. getProjection()
Projection
LocalSecondaryIndexDescription. getProjection()
Projection
Projection. withNonKeyAttributes(String... nonKeyAttributes)
Represents the non-key attribute names which will be projected into the index.Projection
Projection. withNonKeyAttributes(Collection<String> nonKeyAttributes)
Represents the non-key attribute names which will be projected into the index.Projection
Projection. withProjectionType(ProjectionType projectionType)
The set of attributes that are projected into the index:Projection
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 Projection Modifier and Type Method Description void
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
CreateGlobalSecondaryIndexAction. withProjection(Projection projection)
GlobalSecondaryIndex
GlobalSecondaryIndex. withProjection(Projection projection)
GlobalSecondaryIndexDescription
GlobalSecondaryIndexDescription. withProjection(Projection projection)
LocalSecondaryIndex
LocalSecondaryIndex. withProjection(Projection projection)
LocalSecondaryIndexDescription
LocalSecondaryIndexDescription. withProjection(Projection projection)
-