|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Projection | |
---|---|
com.amazonaws.services.dynamodbv2.model | Classes modeling the various types represented by AmazonDynamoDBv2. |
Uses of Projection in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return Projection | |
---|---|
Projection |
LocalSecondaryIndexDescription.getProjection()
Represents attributes that are copied (projected) from the table into an index. |
Projection |
LocalSecondaryIndex.getProjection()
Represents attributes that are copied (projected) from the table into an index. |
Projection |
GlobalSecondaryIndexDescription.getProjection()
Represents attributes that are copied (projected) from the table into an index. |
Projection |
GlobalSecondaryIndex.getProjection()
Represents attributes that are copied (projected) from the table into an index. |
Projection |
Projection.withNonKeyAttributes(Collection<String> nonKeyAttributes)
Represents the non-key attribute names which will be projected into the index. |
Projection |
Projection.withNonKeyAttributes(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 | |
---|---|
void |
LocalSecondaryIndexDescription.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index. |
void |
LocalSecondaryIndex.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index. |
void |
GlobalSecondaryIndexDescription.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index. |
void |
GlobalSecondaryIndex.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index. |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index. |
LocalSecondaryIndex |
LocalSecondaryIndex.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index. |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index. |
GlobalSecondaryIndex |
GlobalSecondaryIndex.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |