| Modifier and Type | Method and Description |
|---|---|
default DynamoConsumedCapacity |
DynamoDeleteItemProps.getReturnConsumedCapacity()
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoConsumedCapacity |
DynamoDeleteItemProps.Jsii$Proxy.getReturnConsumedCapacity() |
default DynamoConsumedCapacity |
DynamoGetItemProps.getReturnConsumedCapacity()
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoConsumedCapacity |
DynamoGetItemProps.Jsii$Proxy.getReturnConsumedCapacity() |
default DynamoConsumedCapacity |
DynamoUpdateItemProps.getReturnConsumedCapacity()
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoConsumedCapacity |
DynamoUpdateItemProps.Jsii$Proxy.getReturnConsumedCapacity() |
default DynamoConsumedCapacity |
DynamoPutItemProps.getReturnConsumedCapacity()
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() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
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() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Sets the value of
DynamoUpdateItemProps.getReturnConsumedCapacity() |
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Sets the value of
DynamoPutItemProps.getReturnConsumedCapacity() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
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,
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,
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 © 2020. All rights reserved.