@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:11.171Z") public enum DynamoConsumedCapacity extends java.lang.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(java.lang.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.
|
public static final DynamoConsumedCapacity INDEXES
public static final DynamoConsumedCapacity TOTAL
public static final DynamoConsumedCapacity NONE
public static DynamoConsumedCapacity[] values()
for (DynamoConsumedCapacity c : DynamoConsumedCapacity.values()) System.out.println(c);
public static DynamoConsumedCapacity valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null