Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.OrderByElement
-
Packages that use OrderByElement Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of OrderByElement in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type OrderByElement Modifier and Type Method Description List<OrderByElement>ListConfigurationsRequest. orderBy()Certain filter criteria return output that can be sorted in ascending or descending order.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type OrderByElement Modifier and Type Method Description ListConfigurationsRequest.BuilderListConfigurationsRequest.Builder. orderBy(OrderByElement... orderBy)Certain filter criteria return output that can be sorted in ascending or descending order.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type OrderByElement Modifier and Type Method Description ListConfigurationsRequest.BuilderListConfigurationsRequest.Builder. orderBy(Collection<OrderByElement> orderBy)Certain filter criteria return output that can be sorted in ascending or descending order.
-