| 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 |
DynamoPutItemProps.getReturnConsumedCapacity()
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoConsumedCapacity |
DynamoPutItemProps.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() |
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() |
DynamoPutItem.Builder |
DynamoPutItem.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() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
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() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Sets the value of
DynamoUpdateItemProps.getReturnConsumedCapacity() |
Copyright © 2023. All rights reserved.