Uses of Class
software.amazon.awssdk.services.resiliencehub.model.Sort
-
Packages that use Sort Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of Sort in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type Sort Modifier and Type Method Description List<Sort>ListMetricsRequest. sorts()(Optional) Indicates the order in which you want to sort the fields in the metrics.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type Sort Modifier and Type Method Description ListMetricsRequest.BuilderListMetricsRequest.Builder. sorts(Sort... sorts)(Optional) Indicates the order in which you want to sort the fields in the metrics.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type Sort Modifier and Type Method Description ListMetricsRequest.BuilderListMetricsRequest.Builder. sorts(Collection<Sort> sorts)(Optional) Indicates the order in which you want to sort the fields in the metrics.
-