| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMetricDataV2Result> |
AmazonConnectAsyncClient.getMetricDataV2Async(GetMetricDataV2Request request,
AsyncHandler<GetMetricDataV2Request,GetMetricDataV2Result> asyncHandler) |
Future<GetMetricDataV2Result> |
AbstractAmazonConnectAsync.getMetricDataV2Async(GetMetricDataV2Request request,
AsyncHandler<GetMetricDataV2Request,GetMetricDataV2Result> asyncHandler) |
Future<GetMetricDataV2Result> |
AmazonConnectAsync.getMetricDataV2Async(GetMetricDataV2Request getMetricDataV2Request,
AsyncHandler<GetMetricDataV2Request,GetMetricDataV2Result> asyncHandler)
Gets metric data from the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
GetMetricDataV2Request |
GetMetricDataV2Request.clone() |
GetMetricDataV2Request |
GetMetricDataV2Request.withEndTime(Date endTime)
The timestamp, in UNIX Epoch time format, at which to end the reporting interval for the retrieval of historical
metrics data.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withFilters(Collection<FilterV2> filters)
The filters to apply to returned metrics.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withFilters(FilterV2... filters)
The filters to apply to returned metrics.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withGroupings(Collection<String> groupings)
The grouping applied to the metrics that are returned.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withGroupings(String... groupings)
The grouping applied to the metrics that are returned.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withInterval(IntervalDetails interval)
The interval period and timezone to apply to returned metrics.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withMetrics(Collection<MetricV2> metrics)
The metrics to retrieve.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withMetrics(MetricV2... metrics)
The metrics to retrieve.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withNextToken(String nextToken)
The token for the next set of results.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withStartTime(Date startTime)
The timestamp, in UNIX Epoch time format, at which to start the reporting interval for the retrieval of
historical metrics data.
|
Copyright © 2024. All rights reserved.