Uses of Class
com.oracle.bmc.logging.requests.ListUnifiedAgentConfigurationsRequest.SortOrder
-
Packages that use ListUnifiedAgentConfigurationsRequest.SortOrder Package Description com.oracle.bmc.logging.requests -
-
Uses of ListUnifiedAgentConfigurationsRequest.SortOrder in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return ListUnifiedAgentConfigurationsRequest.SortOrder Modifier and Type Method Description static ListUnifiedAgentConfigurationsRequest.SortOrderListUnifiedAgentConfigurationsRequest.SortOrder. create(String key)ListUnifiedAgentConfigurationsRequest.SortOrderListUnifiedAgentConfigurationsRequest. getSortOrder()The sort order to use, whether ‘asc’ or ‘desc’.static ListUnifiedAgentConfigurationsRequest.SortOrderListUnifiedAgentConfigurationsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListUnifiedAgentConfigurationsRequest.SortOrder[]ListUnifiedAgentConfigurationsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.requests with parameters of type ListUnifiedAgentConfigurationsRequest.SortOrder Modifier and Type Method Description ListUnifiedAgentConfigurationsRequest.BuilderListUnifiedAgentConfigurationsRequest.Builder. sortOrder(ListUnifiedAgentConfigurationsRequest.SortOrder sortOrder)The sort order to use, whether ‘asc’ or ‘desc’.
-