Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
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 |
LocalSecondaryIndexDescription.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:
|
Modifier and Type | Method and Description |
---|---|
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 |
LocalSecondaryIndexDescription.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.
|
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.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.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.
|
Copyright © 2014. All rights reserved.