Uses of Class
software.amazon.awssdk.services.connect.model.FilterV2
-
Packages that use FilterV2 Package Description software.amazon.awssdk.services.connect.model -
-
Uses of FilterV2 in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type FilterV2 Modifier and Type Method Description List<FilterV2>GetMetricDataV2Request. filters()The filters to apply to returned metrics.Methods in software.amazon.awssdk.services.connect.model with parameters of type FilterV2 Modifier and Type Method Description GetMetricDataV2Request.BuilderGetMetricDataV2Request.Builder. filters(FilterV2... filters)The filters to apply to returned metrics.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type FilterV2 Modifier and Type Method Description GetMetricDataV2Request.BuilderGetMetricDataV2Request.Builder. filters(Collection<FilterV2> filters)The filters to apply to returned metrics.
-