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 ProjectionCreateGlobalSecondaryIndexAction. projection()Represents attributes that are copied (projected) from the table into an index.ProjectionGlobalSecondaryIndex. projection()Represents attributes that are copied (projected) from the table into the global secondary index.ProjectionGlobalSecondaryIndexDescription. projection()Represents attributes that are copied (projected) from the table into the global secondary index.ProjectionGlobalSecondaryIndexInfo. projection()Represents attributes that are copied (projected) from the table into the global secondary index.ProjectionLocalSecondaryIndex. projection()Represents attributes that are copied (projected) from the table into the local secondary index.ProjectionLocalSecondaryIndexDescription. projection()Represents attributes that are copied (projected) from the table into the global secondary index.ProjectionLocalSecondaryIndexInfo. 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.BuilderCreateGlobalSecondaryIndexAction.Builder. projection(Projection projection)Represents attributes that are copied (projected) from the table into an index.GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder. projection(Projection projection)Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexDescription.BuilderGlobalSecondaryIndexDescription.Builder. projection(Projection projection)Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexInfo.BuilderGlobalSecondaryIndexInfo.Builder. projection(Projection projection)Represents attributes that are copied (projected) from the table into the global secondary index.LocalSecondaryIndex.BuilderLocalSecondaryIndex.Builder. projection(Projection projection)Represents attributes that are copied (projected) from the table into the local secondary index.LocalSecondaryIndexDescription.BuilderLocalSecondaryIndexDescription.Builder. projection(Projection projection)Represents attributes that are copied (projected) from the table into the global secondary index.LocalSecondaryIndexInfo.BuilderLocalSecondaryIndexInfo.Builder. projection(Projection projection)Represents attributes that are copied (projected) from the table into the global secondary index.
-