@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.497Z") @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 © 2023. All rights reserved.