@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.274Z") @Stability(value=Experimental) public enum DynamoConsumedCapacity extends Enum<DynamoConsumedCapacity>
| Enum Constant and Description |
|---|
INDEXES
(experimental) The response includes the aggregate ConsumedCapacity for the operation, together with ConsumedCapacity for each table and secondary index that was accessed.
|
NONE
(experimental) No ConsumedCapacity details are included in the response.
|
TOTAL
(experimental) 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=Experimental) public static final DynamoConsumedCapacity INDEXES
@Stability(value=Experimental) public static final DynamoConsumedCapacity TOTAL
@Stability(value=Experimental) 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 © 2021. All rights reserved.