Uses of Class
software.amazon.awssdk.services.dynamodb.model.Projection
Packages that use Projection
-
Uses of Projection in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ProjectionModifier and TypeMethodDescriptionfinal ProjectionCreateGlobalSecondaryIndexAction.projection()Represents attributes that are copied (projected) from the table into an index.final ProjectionCreateVectorIndexAction.projection()Specifies attributes that are copied (projected) from the table into the vector index.final ProjectionGlobalSecondaryIndex.projection()Represents attributes that are copied (projected) from the table into the global secondary index.final ProjectionGlobalSecondaryIndexDescription.projection()Represents attributes that are copied (projected) from the table into the global secondary index.final ProjectionGlobalSecondaryIndexInfo.projection()Represents attributes that are copied (projected) from the table into the global secondary index.final ProjectionLocalSecondaryIndex.projection()Represents attributes that are copied (projected) from the table into the local secondary index.final ProjectionLocalSecondaryIndexDescription.projection()Represents attributes that are copied (projected) from the table into the global secondary index.final ProjectionLocalSecondaryIndexInfo.projection()Represents attributes that are copied (projected) from the table into the global secondary index.final ProjectionVectorIndex.projection()Specifies attributes that are copied (projected) from the table into the vector index.final ProjectionVectorIndexDescription.projection()Specifies attributes that are copied (projected) from the table into the vector index.final ProjectionVectorIndexInfo.projection()Specifies attributes that are copied (projected) from the table into the vector index.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ProjectionModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into an index.CreateVectorIndexAction.Builder.projection(Projection projection) Specifies attributes that are copied (projected) from the table into the vector index.GlobalSecondaryIndex.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexDescription.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexInfo.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the global secondary index.LocalSecondaryIndex.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the local secondary index.LocalSecondaryIndexDescription.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the global secondary index.LocalSecondaryIndexInfo.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the global secondary index.VectorIndex.Builder.projection(Projection projection) Specifies attributes that are copied (projected) from the table into the vector index.VectorIndexDescription.Builder.projection(Projection projection) Specifies attributes that are copied (projected) from the table into the vector index.VectorIndexInfo.Builder.projection(Projection projection) Specifies attributes that are copied (projected) from the table into the vector index.