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