Uses of Class
com.oracle.bmc.loganalytics.requests.ListAutoAssociationsRequest.SortOrder
-
Packages that use ListAutoAssociationsRequest.SortOrder Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListAutoAssociationsRequest.SortOrder in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListAutoAssociationsRequest.SortOrder Modifier and Type Method Description static ListAutoAssociationsRequest.SortOrderListAutoAssociationsRequest.SortOrder. create(String key)ListAutoAssociationsRequest.SortOrderListAutoAssociationsRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListAutoAssociationsRequest.SortOrderListAutoAssociationsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAutoAssociationsRequest.SortOrder[]ListAutoAssociationsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ListAutoAssociationsRequest.SortOrder Modifier and Type Method Description ListAutoAssociationsRequest.BuilderListAutoAssociationsRequest.Builder. sortOrder(ListAutoAssociationsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-