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