| Modifier and Type | Method and Description |
|---|---|
DynamoProjectionExpression |
DynamoProjectionExpression.atIndex(Number index)
Adds the array literal access for passed index.
|
DynamoProjectionExpression |
DynamoProjectionExpression.withAttribute(String attr)
Adds the passed attribute to the chain.
|
| Modifier and Type | Method and Description |
|---|---|
default List<DynamoProjectionExpression> |
DynamoGetItemProps.getProjectionExpression()
An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
|
List<DynamoProjectionExpression> |
DynamoGetItemProps.Jsii$Proxy.getProjectionExpression() |
| Modifier and Type | Method and Description |
|---|---|
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.projectionExpression(List<? extends DynamoProjectionExpression> projectionExpression)
Sets the value of
DynamoGetItemProps.getProjectionExpression() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.projectionExpression(List<? extends DynamoProjectionExpression> projectionExpression)
An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
|
Copyright © 2022. All rights reserved.