@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:34.368Z") @Stability(value=Stable) public enum DynamoConsumedCapacity extends Enum<DynamoConsumedCapacity>
Enum Constant and Description |
---|
INDEXES
The response includes the aggregate ConsumedCapacity for the operation, together with ConsumedCapacity for each table and secondary index that was accessed.
|
NONE
No ConsumedCapacity details are included in the response.
|
TOTAL
The response includes only the aggregate ConsumedCapacity for the operation.
|
Modifier and Type | Method and Description |
---|---|
static DynamoConsumedCapacity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoConsumedCapacity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final DynamoConsumedCapacity INDEXES
@Stability(value=Stable) public static final DynamoConsumedCapacity TOTAL
@Stability(value=Stable) public static final DynamoConsumedCapacity NONE
public static DynamoConsumedCapacity[] values()
for (DynamoConsumedCapacity c : DynamoConsumedCapacity.values()) System.out.println(c);
public static DynamoConsumedCapacity valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023. All rights reserved.