static GetMetricDataV2Response.Builder |
GetMetricDataV2Response.builder() |
|
GetMetricDataV2Response.Builder |
GetMetricDataV2Response.Builder.metricResults(Collection<MetricResultV2> metricResults) |
Information about the metrics requested in the API request If no grouping is specified, a summary of metric
data is returned.
|
GetMetricDataV2Response.Builder |
GetMetricDataV2Response.Builder.metricResults(Consumer<MetricResultV2.Builder>... metricResults) |
Information about the metrics requested in the API request If no grouping is specified, a summary of metric
data is returned.
|
GetMetricDataV2Response.Builder |
GetMetricDataV2Response.Builder.metricResults(MetricResultV2... metricResults) |
Information about the metrics requested in the API request If no grouping is specified, a summary of metric
data is returned.
|
GetMetricDataV2Response.Builder |
GetMetricDataV2Response.Builder.nextToken(String nextToken) |
If there are additional results, this is the token for the next set of results.
|
GetMetricDataV2Response.Builder |
GetMetricDataV2Response.toBuilder() |
|