| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
static DynamoAttributeValue |
DynamoAttributeValue.booleanFromJsonPath(String value)
(experimental) Sets an attribute of type Boolean from state input through Json path.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromBinary(String value)
(experimental) Sets an attribute of type Binary.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromBinarySet(List<String> value)
(experimental) Sets an attribute of type Binary Set.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromBoolean(Boolean value)
(experimental) Sets an attribute of type Boolean.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromList(List<? extends DynamoAttributeValue> value)
(experimental) Sets an attribute of type List.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromMap(Map<String,? extends DynamoAttributeValue> value)
(experimental) Sets an attribute of type Map.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromNull(Boolean value)
(experimental) Sets an attribute of type Null.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromNumber(Number value)
(experimental) Sets a literal number.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromNumberSet(List<? extends Number> value)
(experimental) Sets an attribute of type Number Set.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromString(String value)
(experimental) Sets an attribute of type String.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromStringSet(List<String> value)
(experimental) Sets an attribute of type String Set.
|
static DynamoAttributeValue |
DynamoAttributeValue.mapFromJsonPath(String value)
(experimental) Sets an attribute of type Map.
|
static DynamoAttributeValue |
DynamoAttributeValue.numberFromString(String value)
(experimental) Sets an attribute of type Number.
|
static DynamoAttributeValue |
DynamoAttributeValue.numberSetFromStrings(List<String> value)
(experimental) Sets an attribute of type Number Set.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,DynamoAttributeValue> |
DynamoDeleteItemProps.getExpressionAttributeValues()
(experimental) One or more values that can be substituted in an expression.
|
Map<String,DynamoAttributeValue> |
DynamoDeleteItemProps.Jsii$Proxy.getExpressionAttributeValues() |
default Map<String,DynamoAttributeValue> |
DynamoUpdateItemProps.getExpressionAttributeValues()
(experimental) One or more values that can be substituted in an expression.
|
Map<String,DynamoAttributeValue> |
DynamoUpdateItemProps.Jsii$Proxy.getExpressionAttributeValues() |
default Map<String,DynamoAttributeValue> |
DynamoPutItemProps.getExpressionAttributeValues()
(experimental) One or more values that can be substituted in an expression.
|
Map<String,DynamoAttributeValue> |
DynamoPutItemProps.Jsii$Proxy.getExpressionAttributeValues() |
Map<String,DynamoAttributeValue> |
DynamoPutItemProps.getItem()
(experimental) A map of attribute name/value pairs, one for each attribute.
|
Map<String,DynamoAttributeValue> |
DynamoPutItemProps.Jsii$Proxy.getItem() |
Map<String,DynamoAttributeValue> |
DynamoDeleteItemProps.getKey()
(experimental) Primary key of the item to retrieve.
|
Map<String,DynamoAttributeValue> |
DynamoDeleteItemProps.Jsii$Proxy.getKey() |
Map<String,DynamoAttributeValue> |
DynamoUpdateItemProps.getKey()
(experimental) Primary key of the item to retrieve.
|
Map<String,DynamoAttributeValue> |
DynamoUpdateItemProps.Jsii$Proxy.getKey() |
Map<String,DynamoAttributeValue> |
DynamoGetItemProps.getKey()
(experimental) Primary key of the item to retrieve.
|
Map<String,DynamoAttributeValue> |
DynamoGetItemProps.Jsii$Proxy.getKey() |
| Modifier and Type | Method and Description |
|---|---|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.expressionAttributeValues(Map<String,? extends DynamoAttributeValue> expressionAttributeValues)
Sets the value of
DynamoDeleteItemProps.getExpressionAttributeValues() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.expressionAttributeValues(Map<String,? extends DynamoAttributeValue> expressionAttributeValues)
Sets the value of
DynamoUpdateItemProps.getExpressionAttributeValues() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.expressionAttributeValues(Map<String,? extends DynamoAttributeValue> expressionAttributeValues)
(experimental) One or more values that can be substituted in an expression.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.expressionAttributeValues(Map<String,? extends DynamoAttributeValue> expressionAttributeValues)
Sets the value of
DynamoPutItemProps.getExpressionAttributeValues() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.expressionAttributeValues(Map<String,? extends DynamoAttributeValue> expressionAttributeValues)
(experimental) One or more values that can be substituted in an expression.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.expressionAttributeValues(Map<String,? extends DynamoAttributeValue> expressionAttributeValues)
(experimental) One or more values that can be substituted in an expression.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromList(List<? extends DynamoAttributeValue> value)
(experimental) Sets an attribute of type List.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromMap(Map<String,? extends DynamoAttributeValue> value)
(experimental) Sets an attribute of type Map.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.item(Map<String,? extends DynamoAttributeValue> item)
Sets the value of
DynamoPutItemProps.getItem() |
DynamoPutItem.Builder |
DynamoPutItem.Builder.item(Map<String,? extends DynamoAttributeValue> item)
(experimental) A map of attribute name/value pairs, one for each attribute.
|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.key(Map<String,? extends DynamoAttributeValue> key)
Sets the value of
DynamoDeleteItemProps.getKey() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.key(Map<String,? extends DynamoAttributeValue> key)
Sets the value of
DynamoUpdateItemProps.getKey() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.key(Map<String,? extends DynamoAttributeValue> key)
(experimental) Primary key of the item to retrieve.
|
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.key(Map<String,? extends DynamoAttributeValue> key)
Sets the value of
DynamoGetItemProps.getKey() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.key(Map<String,? extends DynamoAttributeValue> key)
(experimental) Primary key of the item to retrieve.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.key(Map<String,? extends DynamoAttributeValue> key)
(experimental) Primary key of the item to retrieve.
|
| 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. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
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
DynamoDeleteItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
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
DynamoDeleteItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> item,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
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
DynamoPutItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> item,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
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
DynamoPutItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String updateExpression,
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
DynamoUpdateItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String updateExpression,
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
DynamoUpdateItemProps.Builder. |
Copyright © 2021. All rights reserved.