Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Projection.Builder
Packages that use Projection.Builder
-
Uses of Projection.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Projection.BuilderModifier and TypeMethodDescriptionstatic Projection.BuilderProjection.builder()Projection.Builder.nonKeyAttributes(String... nonKeyAttributes) Represents the non-key attribute names which will be projected into the index.Projection.Builder.nonKeyAttributes(Collection<String> nonKeyAttributes) Represents the non-key attribute names which will be projected into the index.Projection.Builder.projectionType(String projectionType) The set of attributes that are projected into the index:Projection.Builder.projectionType(ProjectionType projectionType) The set of attributes that are projected into the index:Projection.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Projection.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Projection.Builder>Projection.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Projection.BuilderModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into an index.default GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexDescription.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the global secondary index.default GlobalSecondaryIndexInfo.BuilderGlobalSecondaryIndexInfo.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the global secondary index.default LocalSecondaryIndex.BuilderLocalSecondaryIndex.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the local secondary index.LocalSecondaryIndexDescription.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the global secondary index.default LocalSecondaryIndexInfo.BuilderLocalSecondaryIndexInfo.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the global secondary index.