@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:27.769Z") @Stability(value=Stable) public enum DynamoItemCollectionMetrics extends Enum<DynamoItemCollectionMetrics>
| Enum Constant and Description |
|---|
NONE
If set to NONE, no statistics are returned.
|
SIZE
If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamoItemCollectionMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoItemCollectionMetrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final DynamoItemCollectionMetrics SIZE
@Stability(value=Stable) public static final DynamoItemCollectionMetrics NONE
public static DynamoItemCollectionMetrics[] values()
for (DynamoItemCollectionMetrics c : DynamoItemCollectionMetrics.values()) System.out.println(c);
public static DynamoItemCollectionMetrics 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 © 2020. All rights reserved.