Uses of Class
software.amazon.awssdk.services.connect.model.CurrentMetricSortCriteria
-
Packages that use CurrentMetricSortCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CurrentMetricSortCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CurrentMetricSortCriteria Modifier and Type Method Description List<CurrentMetricSortCriteria>GetCurrentMetricDataRequest. sortCriteria()The way to sort the resulting response based on metrics.Methods in software.amazon.awssdk.services.connect.model with parameters of type CurrentMetricSortCriteria Modifier and Type Method Description GetCurrentMetricDataRequest.BuilderGetCurrentMetricDataRequest.Builder. sortCriteria(CurrentMetricSortCriteria... sortCriteria)The way to sort the resulting response based on metrics.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type CurrentMetricSortCriteria Modifier and Type Method Description GetCurrentMetricDataRequest.BuilderGetCurrentMetricDataRequest.Builder. sortCriteria(Collection<CurrentMetricSortCriteria> sortCriteria)The way to sort the resulting response based on metrics.
-