Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.OrderString
-
Packages that use OrderString Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of OrderString in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return OrderString Modifier and Type Method Description static OrderStringOrderString. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrderStringOrderByElement. sortOrder()Ordering direction.static OrderStringOrderString. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderString[]OrderString. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type OrderString Modifier and Type Method Description static Set<OrderString>OrderString. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type OrderString Modifier and Type Method Description OrderByElement.BuilderOrderByElement.Builder. sortOrder(OrderString sortOrder)Ordering direction.
-