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 TypeMethodDescriptionvoidCreateGlobalSecondaryIndexAction.setProjection(Projection projection) voidGlobalSecondaryIndex.setProjection(Projection projection) voidGlobalSecondaryIndexDescription.setProjection(Projection projection) voidLocalSecondaryIndex.setProjection(Projection projection) voidLocalSecondaryIndexDescription.setProjection(Projection projection) CreateGlobalSecondaryIndexAction.withProjection(Projection projection) GlobalSecondaryIndex.withProjection(Projection projection) GlobalSecondaryIndexDescription.withProjection(Projection projection) LocalSecondaryIndex.withProjection(Projection projection) LocalSecondaryIndexDescription.withProjection(Projection projection)