Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.ScanBy
Packages that use ScanBy
-
Uses of ScanBy in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ScanByModifier and TypeMethodDescriptionstatic ScanByUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ScanByDescribeAlarmHistoryRequest.scanBy()Specified whether to return the newest or oldest alarm history first.final ScanByGetMetricDataRequest.scanBy()The order in which data points should be returned.static ScanByReturns 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 ScanByMethods in software.amazon.awssdk.services.cloudwatch.model with parameters of type ScanByModifier and TypeMethodDescriptionSpecified whether to return the newest or oldest alarm history first.The order in which data points should be returned.