| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMetricDataResponse.Builder |
GetMetricDataResponse.builder() |
GetMetricDataResponse.Builder |
GetMetricDataResponse.Builder.metricResults(Collection<HistoricalMetricResult> metricResults)
A list of
HistoricalMetricResult objects, organized by Dimensions, which is the ID
of the resource specified in the Filters used for the request. |
GetMetricDataResponse.Builder |
GetMetricDataResponse.Builder.metricResults(Consumer<HistoricalMetricResult.Builder>... metricResults)
A list of
HistoricalMetricResult objects, organized by Dimensions, which is the ID
of the resource specified in the Filters used for the request. |
GetMetricDataResponse.Builder |
GetMetricDataResponse.Builder.metricResults(HistoricalMetricResult... metricResults)
A list of
HistoricalMetricResult objects, organized by Dimensions, which is the ID
of the resource specified in the Filters used for the request. |
GetMetricDataResponse.Builder |
GetMetricDataResponse.Builder.nextToken(String nextToken)
A string returned in the response.
|
GetMetricDataResponse.Builder |
GetMetricDataResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMetricDataResponse.Builder> |
GetMetricDataResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.