Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.StandardUnit
-
Packages that use StandardUnit Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of StandardUnit in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return StandardUnit Modifier and Type Method Description static StandardUnitStandardUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StandardUnitMetricTransformation. unit()The unit to assign to the metric.static StandardUnitStandardUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardUnit[]StandardUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type StandardUnit Modifier and Type Method Description static Set<StandardUnit>StandardUnit. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type StandardUnit Modifier and Type Method Description MetricTransformation.BuilderMetricTransformation.Builder. unit(StandardUnit unit)The unit to assign to the metric.
-