Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.FrameMetric
-
Packages that use FrameMetric Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of FrameMetric in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return FrameMetric Modifier and Type Method Description FrameMetricFrameMetricDatum. frameMetric()Returns the value of the FrameMetric property for this object.Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type FrameMetric Modifier and Type Method Description List<FrameMetric>BatchGetFrameMetricDataRequest. frameMetrics()The details of the metrics that are used to request a time series of values.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type FrameMetric Modifier and Type Method Description FrameMetricDatum.BuilderFrameMetricDatum.Builder. frameMetric(FrameMetric frameMetric)Sets the value of the FrameMetric property for this object.BatchGetFrameMetricDataRequest.BuilderBatchGetFrameMetricDataRequest.Builder. frameMetrics(FrameMetric... frameMetrics)The details of the metrics that are used to request a time series of values.Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type FrameMetric Modifier and Type Method Description BatchGetFrameMetricDataRequest.BuilderBatchGetFrameMetricDataRequest.Builder. frameMetrics(Collection<FrameMetric> frameMetrics)The details of the metrics that are used to request a time series of values.
-