Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.StandardUnit
Packages that use StandardUnit
-
Uses of StandardUnit in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return StandardUnitModifier and TypeMethodDescriptionstatic StandardUnitUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StandardUnitMetricTransformation.unit()The unit to assign to the metric.static StandardUnitReturns 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 StandardUnitMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type StandardUnitModifier and TypeMethodDescriptionMetricTransformation.Builder.unit(StandardUnit unit) The unit to assign to the metric.