Uses of Class
software.amazon.awssdk.services.cloudwatch.model.ScanBy
-
Packages that use ScanBy Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of ScanBy in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ScanBy Modifier and Type Method Description static ScanByScanBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScanByDescribeAlarmHistoryRequest. scanBy()Specified whether to return the newest or oldest alarm history first.ScanByGetMetricDataRequest. scanBy()The order in which data points should be returned.static ScanByScanBy. 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.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ScanBy Modifier and Type Method Description static Set<ScanBy>ScanBy. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type ScanBy Modifier and Type Method Description DescribeAlarmHistoryRequest.BuilderDescribeAlarmHistoryRequest.Builder. scanBy(ScanBy scanBy)Specified whether to return the newest or oldest alarm history first.GetMetricDataRequest.BuilderGetMetricDataRequest.Builder. scanBy(ScanBy scanBy)The order in which data points should be returned.
-