Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.MetricUnit
-
Packages that use MetricUnit Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of MetricUnit in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return MetricUnit Modifier and Type Method Description static MetricUnitMetricUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetricUnitGetQueryResultsMonitorTopContributorsResponse. unit()The units for a metric returned by the query.MetricUnitGetQueryResultsWorkloadInsightsTopContributorsDataResponse. unit()The units for a metric returned by the query.static MetricUnitMetricUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricUnit[]MetricUnit. 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 MetricUnit Modifier and Type Method Description static Set<MetricUnit>MetricUnit. knownValues()Methods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type MetricUnit Modifier and Type Method Description GetQueryResultsMonitorTopContributorsResponse.BuilderGetQueryResultsMonitorTopContributorsResponse.Builder. unit(MetricUnit unit)The units for a metric returned by the query.GetQueryResultsWorkloadInsightsTopContributorsDataResponse.BuilderGetQueryResultsWorkloadInsightsTopContributorsDataResponse.Builder. unit(MetricUnit unit)The units for a metric returned by the query.
-