Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Projection |
Projection.clone() |
Projection |
CreateGlobalSecondaryIndexAction.getProjection() |
Projection |
LocalSecondaryIndex.getProjection() |
Projection |
LocalSecondaryIndexDescription.getProjection() |
Projection |
GlobalSecondaryIndexDescription.getProjection() |
Projection |
GlobalSecondaryIndex.getProjection() |
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:
|
Modifier and Type | Method and Description |
---|---|
void |
CreateGlobalSecondaryIndexAction.setProjection(Projection projection) |
void |
LocalSecondaryIndex.setProjection(Projection projection) |
void |
LocalSecondaryIndexDescription.setProjection(Projection projection) |
void |
GlobalSecondaryIndexDescription.setProjection(Projection projection) |
void |
GlobalSecondaryIndex.setProjection(Projection projection) |
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withProjection(Projection projection) |
LocalSecondaryIndex |
LocalSecondaryIndex.withProjection(Projection projection) |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withProjection(Projection projection) |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProjection(Projection projection) |
GlobalSecondaryIndex |
GlobalSecondaryIndex.withProjection(Projection projection) |
Copyright © 2016. All rights reserved.