| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<Operation> |
SystemErrorsForOperationsMetricOptions.getOperations()
(experimental) The operations to apply the metric to.
|
List<Operation> |
SystemErrorsForOperationsMetricOptions.Jsii$Proxy.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
SystemErrorsForOperationsMetricOptions.Builder |
SystemErrorsForOperationsMetricOptions.Builder.operations(List<? extends Operation> operations)
Sets the value of
SystemErrorsForOperationsMetricOptions.getOperations() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends Operation> operations,
String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
SystemErrorsForOperationsMetricOptions.Builder. |
Copyright © 2021. All rights reserved.