Uses of Interface
software.amazon.awssdk.services.connect.model.CurrentMetricSortCriteria.Builder
-
Packages that use CurrentMetricSortCriteria.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CurrentMetricSortCriteria.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CurrentMetricSortCriteria.Builder Modifier and Type Method Description static CurrentMetricSortCriteria.BuilderCurrentMetricSortCriteria. builder()CurrentMetricSortCriteria.BuilderCurrentMetricSortCriteria.Builder. sortByMetric(String sortByMetric)Sets the value of the SortByMetric property for this object.CurrentMetricSortCriteria.BuilderCurrentMetricSortCriteria.Builder. sortByMetric(CurrentMetricName sortByMetric)Sets the value of the SortByMetric property for this object.CurrentMetricSortCriteria.BuilderCurrentMetricSortCriteria.Builder. sortOrder(String sortOrder)The way to sort.CurrentMetricSortCriteria.BuilderCurrentMetricSortCriteria.Builder. sortOrder(SortOrder sortOrder)The way to sort.CurrentMetricSortCriteria.BuilderCurrentMetricSortCriteria. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CurrentMetricSortCriteria.Builder Modifier and Type Method Description static Class<? extends CurrentMetricSortCriteria.Builder>CurrentMetricSortCriteria. serializableBuilderClass()
-