Uses of Class
software.amazon.awssdk.services.dynamodb.model.Projection
-
Packages that use Projection Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Projection in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Projection Modifier and Type Method Description Projection
CreateGlobalSecondaryIndexAction. projection()
Represents attributes that are copied (projected) from the table into an index.Projection
GlobalSecondaryIndex. projection()
Represents attributes that are copied (projected) from the table into the global secondary index.Projection
GlobalSecondaryIndexDescription. projection()
Represents attributes that are copied (projected) from the table into the global secondary index.Projection
GlobalSecondaryIndexInfo. projection()
Represents attributes that are copied (projected) from the table into the global secondary index.Projection
LocalSecondaryIndex. projection()
Represents attributes that are copied (projected) from the table into the local secondary index.Projection
LocalSecondaryIndexDescription. projection()
Represents attributes that are copied (projected) from the table into the global secondary index.Projection
LocalSecondaryIndexInfo. projection()
Represents attributes that are copied (projected) from the table into the global secondary index.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Projection Modifier and Type Method Description CreateGlobalSecondaryIndexAction.Builder
CreateGlobalSecondaryIndexAction.Builder. projection(Projection projection)
Represents attributes that are copied (projected) from the table into an index.GlobalSecondaryIndex.Builder
GlobalSecondaryIndex.Builder. projection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexDescription.Builder
GlobalSecondaryIndexDescription.Builder. projection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexInfo.Builder
GlobalSecondaryIndexInfo.Builder. projection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.LocalSecondaryIndex.Builder
LocalSecondaryIndex.Builder. projection(Projection projection)
Represents attributes that are copied (projected) from the table into the local secondary index.LocalSecondaryIndexDescription.Builder
LocalSecondaryIndexDescription.Builder. projection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.LocalSecondaryIndexInfo.Builder
LocalSecondaryIndexInfo.Builder. projection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
-