| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default DynamoItemCollectionMetrics |
DynamoDeleteItemProps.getReturnItemCollectionMetrics()
(experimental) Determines whether item collection metrics are returned.
|
DynamoItemCollectionMetrics |
DynamoDeleteItemProps.Jsii$Proxy.getReturnItemCollectionMetrics() |
default DynamoItemCollectionMetrics |
DynamoPutItemProps.getReturnItemCollectionMetrics()
(experimental) The item collection metrics to returned in the response.
|
DynamoItemCollectionMetrics |
DynamoPutItemProps.Jsii$Proxy.getReturnItemCollectionMetrics() |
default DynamoItemCollectionMetrics |
DynamoUpdateItemProps.getReturnItemCollectionMetrics()
(experimental) Determines whether item collection metrics are returned.
|
DynamoItemCollectionMetrics |
DynamoUpdateItemProps.Jsii$Proxy.getReturnItemCollectionMetrics() |
static DynamoItemCollectionMetrics |
DynamoItemCollectionMetrics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoItemCollectionMetrics[] |
DynamoItemCollectionMetrics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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,
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,
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,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoUpdateItemProps.Builder. |
Copyright © 2021. All rights reserved.