Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Projection |
Projection.clone() |
Projection |
GlobalSecondaryIndexDescription.getProjection()
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Projection |
LocalSecondaryIndex.getProjection()
Represents attributes that are copied (projected) from the table into the local secondary index.
|
Projection |
LocalSecondaryIndexDescription.getProjection()
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Projection |
LocalSecondaryIndexInfo.getProjection()
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Projection |
CreateGlobalSecondaryIndexAction.getProjection()
Represents attributes that are copied (projected) from the table into an index.
|
Projection |
GlobalSecondaryIndexInfo.getProjection()
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Projection |
GlobalSecondaryIndex.getProjection()
Represents attributes that are copied (projected) from the table into the global secondary 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 |
GlobalSecondaryIndexDescription.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
void |
LocalSecondaryIndex.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the local secondary index.
|
void |
LocalSecondaryIndexDescription.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
void |
LocalSecondaryIndexInfo.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
void |
CreateGlobalSecondaryIndexAction.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index.
|
void |
GlobalSecondaryIndexInfo.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
void |
GlobalSecondaryIndex.setProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
LocalSecondaryIndex |
LocalSecondaryIndex.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the local secondary index.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
LocalSecondaryIndexInfo |
LocalSecondaryIndexInfo.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index.
|
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
GlobalSecondaryIndex |
GlobalSecondaryIndex.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Copyright © 2021. All rights reserved.