| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default DynamoConsumedCapacity |
DynamoDeleteItemProps.getReturnConsumedCapacity()
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoConsumedCapacity |
DynamoDeleteItemProps.Jsii$Proxy.getReturnConsumedCapacity() |
default DynamoConsumedCapacity |
DynamoUpdateItemProps.getReturnConsumedCapacity()
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoConsumedCapacity |
DynamoUpdateItemProps.Jsii$Proxy.getReturnConsumedCapacity() |
default DynamoConsumedCapacity |
DynamoGetItemProps.getReturnConsumedCapacity()
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoConsumedCapacity |
DynamoGetItemProps.Jsii$Proxy.getReturnConsumedCapacity() |
default DynamoConsumedCapacity |
DynamoPutItemProps.getReturnConsumedCapacity()
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoConsumedCapacity |
DynamoPutItemProps.Jsii$Proxy.getReturnConsumedCapacity() |
static DynamoConsumedCapacity |
DynamoConsumedCapacity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoConsumedCapacity[] |
DynamoConsumedCapacity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Sets the value of
DynamoDeleteItemProps.getReturnConsumedCapacity() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Sets the value of
DynamoUpdateItemProps.getReturnConsumedCapacity() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Sets the value of
DynamoGetItemProps.getReturnConsumedCapacity() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Sets the value of
DynamoPutItemProps.getReturnConsumedCapacity() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
| 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> 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. |
Copyright © 2021. All rights reserved.