Package | Description |
---|---|
software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
Modifier and Type | Method and Description |
---|---|
DynamoProjectionExpression |
DynamoProjectionExpression.atIndex(Number index)
(experimental) Adds the array literal access for passed index.
|
DynamoProjectionExpression |
DynamoProjectionExpression.withAttribute(String attr)
(experimental) Adds the passed attribute to the chain.
|
Modifier and Type | Method and Description |
---|---|
default List<DynamoProjectionExpression> |
DynamoGetItemProps.getProjectionExpression()
(experimental) 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)
(experimental) An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
|
Constructor and Description |
---|
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
Boolean consistentRead,
Map<String,String> expressionAttributeNames,
List<? extends DynamoProjectionExpression> projectionExpression,
DynamoConsumedCapacity returnConsumedCapacity,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoGetItemProps.Builder . |
Copyright © 2021. All rights reserved.