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