| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Filters |
Filters.clone() |
Filters |
GetMetricDataRequest.getFilters()
A
Filters object that contains a list of queue IDs or queue ARNs, up to 100, or a list of Channels
to use to filter the metrics returned in the response. |
Filters |
GetCurrentMetricDataRequest.getFilters()
A
Filters object that contains a list of queue IDs or queue ARNs, up to 100, or list of Channels to
use to filter the metrics returned in the response. |
Filters |
Filters.withChannels(Channel... channels)
The Channel to use as a filter for the metrics returned.
|
Filters |
Filters.withChannels(Collection<String> channels)
The Channel to use as a filter for the metrics returned.
|
Filters |
Filters.withChannels(String... channels)
The Channel to use as a filter for the metrics returned.
|
Filters |
Filters.withQueues(Collection<String> queues)
A list of up to 100 queue IDs or queue ARNs to use to filter the metrics retrieved.
|
Filters |
Filters.withQueues(String... queues)
A list of up to 100 queue IDs or queue ARNs to use to filter the metrics retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMetricDataRequest.setFilters(Filters filters)
A
Filters object that contains a list of queue IDs or queue ARNs, up to 100, or a list of Channels
to use to filter the metrics returned in the response. |
void |
GetCurrentMetricDataRequest.setFilters(Filters filters)
A
Filters object that contains a list of queue IDs or queue ARNs, up to 100, or list of Channels to
use to filter the metrics returned in the response. |
GetMetricDataRequest |
GetMetricDataRequest.withFilters(Filters filters)
A
Filters object that contains a list of queue IDs or queue ARNs, up to 100, or a list of Channels
to use to filter the metrics returned in the response. |
GetCurrentMetricDataRequest |
GetCurrentMetricDataRequest.withFilters(Filters filters)
A
Filters object that contains a list of queue IDs or queue ARNs, up to 100, or list of Channels to
use to filter the metrics returned in the response. |
Copyright © 2019. All rights reserved.