Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.MonitorMetric
-
Packages that use MonitorMetric Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of MonitorMetric in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return MonitorMetric Modifier and Type Method Description static MonitorMetricMonitorMetric. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonitorMetricStartQueryMonitorTopContributorsRequest. metricName()The metric that you want to query top contributors for.static MonitorMetricMonitorMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitorMetric[]MonitorMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type MonitorMetric Modifier and Type Method Description static Set<MonitorMetric>MonitorMetric. knownValues()Methods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type MonitorMetric Modifier and Type Method Description StartQueryMonitorTopContributorsRequest.BuilderStartQueryMonitorTopContributorsRequest.Builder. metricName(MonitorMetric metricName)The metric that you want to query top contributors for.
-