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