| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
MetricInterval |
MetricInterval.clone() |
MetricInterval |
MetricResultV2.getMetricInterval()
The interval period with the start and end time for the metrics.
|
MetricInterval |
MetricInterval.withEndTime(Date endTime)
The timestamp, in UNIX Epoch time format.
|
MetricInterval |
MetricInterval.withInterval(IntervalPeriod interval)
The interval period provided in the API request.
|
MetricInterval |
MetricInterval.withInterval(String interval)
The interval period provided in the API request.
|
MetricInterval |
MetricInterval.withStartTime(Date startTime)
The timestamp, in UNIX Epoch time format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricResultV2.setMetricInterval(MetricInterval metricInterval)
The interval period with the start and end time for the metrics.
|
MetricResultV2 |
MetricResultV2.withMetricInterval(MetricInterval metricInterval)
The interval period with the start and end time for the metrics.
|
Copyright © 2024. All rights reserved.