| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
FrameMetric |
FrameMetric.clone() |
FrameMetric |
FrameMetricDatum.getFrameMetric() |
FrameMetric |
FrameMetric.withFrameName(String frameName)
Name of the method common across the multiple occurrences of a frame in an application profile.
|
FrameMetric |
FrameMetric.withThreadStates(Collection<String> threadStates)
List of application runtime thread states used to get the counts for a frame a derive a metric value.
|
FrameMetric |
FrameMetric.withThreadStates(String... threadStates)
List of application runtime thread states used to get the counts for a frame a derive a metric value.
|
FrameMetric |
FrameMetric.withType(MetricType type)
A type of aggregation that specifies how a metric for a frame is analyzed.
|
FrameMetric |
FrameMetric.withType(String type)
A type of aggregation that specifies how a metric for a frame is analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
List<FrameMetric> |
BatchGetFrameMetricDataRequest.getFrameMetrics()
The details of the metrics that are used to request a time series of values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FrameMetricDatum.setFrameMetric(FrameMetric frameMetric) |
FrameMetricDatum |
FrameMetricDatum.withFrameMetric(FrameMetric frameMetric) |
BatchGetFrameMetricDataRequest |
BatchGetFrameMetricDataRequest.withFrameMetrics(FrameMetric... frameMetrics)
The details of the metrics that are used to request a time series of values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetFrameMetricDataRequest.setFrameMetrics(Collection<FrameMetric> frameMetrics)
The details of the metrics that are used to request a time series of values.
|
BatchGetFrameMetricDataRequest |
BatchGetFrameMetricDataRequest.withFrameMetrics(Collection<FrameMetric> frameMetrics)
The details of the metrics that are used to request a time series of values.
|
Copyright © 2023. All rights reserved.