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 ProjectionProjection. clone()ProjectionCreateGlobalSecondaryIndexAction. getProjection()ProjectionGlobalSecondaryIndex. getProjection()ProjectionGlobalSecondaryIndexDescription. getProjection()ProjectionLocalSecondaryIndex. getProjection()ProjectionLocalSecondaryIndexDescription. getProjection()ProjectionProjection. withNonKeyAttributes(String... nonKeyAttributes)Represents the non-key attribute names which will be projected into the index.ProjectionProjection. withNonKeyAttributes(Collection<String> nonKeyAttributes)Represents the non-key attribute names which will be projected into the index.ProjectionProjection. withProjectionType(ProjectionType projectionType)The set of attributes that are projected into the index:ProjectionProjection. 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 voidCreateGlobalSecondaryIndexAction. setProjection(Projection projection)voidGlobalSecondaryIndex. setProjection(Projection projection)voidGlobalSecondaryIndexDescription. setProjection(Projection projection)voidLocalSecondaryIndex. setProjection(Projection projection)voidLocalSecondaryIndexDescription. setProjection(Projection projection)CreateGlobalSecondaryIndexActionCreateGlobalSecondaryIndexAction. withProjection(Projection projection)GlobalSecondaryIndexGlobalSecondaryIndex. withProjection(Projection projection)GlobalSecondaryIndexDescriptionGlobalSecondaryIndexDescription. withProjection(Projection projection)LocalSecondaryIndexLocalSecondaryIndex. withProjection(Projection projection)LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. withProjection(Projection projection)
-