Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.WorkloadInsightsMetric
-
Packages that use WorkloadInsightsMetric Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of WorkloadInsightsMetric in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return WorkloadInsightsMetric Modifier and Type Method Description static WorkloadInsightsMetricWorkloadInsightsMetric. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkloadInsightsMetricStartQueryWorkloadInsightsTopContributorsDataRequest. metricName()The metric that you want to query top contributors for.WorkloadInsightsMetricStartQueryWorkloadInsightsTopContributorsRequest. metricName()The metric that you want to query top contributors for.static WorkloadInsightsMetricWorkloadInsightsMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkloadInsightsMetric[]WorkloadInsightsMetric. 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 WorkloadInsightsMetric Modifier and Type Method Description static Set<WorkloadInsightsMetric>WorkloadInsightsMetric. knownValues()Methods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type WorkloadInsightsMetric Modifier and Type Method Description StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. metricName(WorkloadInsightsMetric metricName)The metric that you want to query top contributors for.StartQueryWorkloadInsightsTopContributorsRequest.BuilderStartQueryWorkloadInsightsTopContributorsRequest.Builder. metricName(WorkloadInsightsMetric metricName)The metric that you want to query top contributors for.
-