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 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.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.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.