Uses of Class
software.amazon.awssdk.metrics.LoggingMetricPublisher.Format
-
Packages that use LoggingMetricPublisher.Format Package Description software.amazon.awssdk.metrics -
-
Uses of LoggingMetricPublisher.Format in software.amazon.awssdk.metrics
Methods in software.amazon.awssdk.metrics that return LoggingMetricPublisher.Format Modifier and Type Method Description static LoggingMetricPublisher.Format
LoggingMetricPublisher.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingMetricPublisher.Format[]
LoggingMetricPublisher.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.metrics with parameters of type LoggingMetricPublisher.Format Modifier and Type Method Description static LoggingMetricPublisher
LoggingMetricPublisher. create(org.slf4j.event.Level logLevel, LoggingMetricPublisher.Format format)
-