@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:50.201Z") public enum DynamoItemCollectionMetrics extends java.lang.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(java.lang.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.
|
public static final DynamoItemCollectionMetrics SIZE
public static final DynamoItemCollectionMetrics NONE
public static DynamoItemCollectionMetrics[] values()
for (DynamoItemCollectionMetrics c : DynamoItemCollectionMetrics.values()) System.out.println(c);
public static DynamoItemCollectionMetrics 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