Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
static ScanBy |
ScanBy.fromValue(String value)
Use this in place of valueOf.
|
static ScanBy |
ScanBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanBy[] |
ScanBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAlarmHistoryRequest.setScanBy(ScanBy scanBy)
Specified whether to return the newest or oldest alarm history first.
|
DescribeAlarmHistoryRequest |
DescribeAlarmHistoryRequest.withScanBy(ScanBy scanBy)
Specified whether to return the newest or oldest alarm history first.
|
GetMetricDataRequest |
GetMetricDataRequest.withScanBy(ScanBy scanBy)
The order in which data points should be returned.
|
Copyright © 2020. All rights reserved.