Uses of Class
com.oracle.bmc.networkfirewall.requests.ListDecryptionRulesRequest.SortBy
-
Packages that use ListDecryptionRulesRequest.SortBy Package Description com.oracle.bmc.networkfirewall.requests -
-
Uses of ListDecryptionRulesRequest.SortBy in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListDecryptionRulesRequest.SortBy Modifier and Type Method Description static ListDecryptionRulesRequest.SortBy
ListDecryptionRulesRequest.SortBy. create(String key)
ListDecryptionRulesRequest.SortBy
ListDecryptionRulesRequest. getSortBy()
The field to sort by.static ListDecryptionRulesRequest.SortBy
ListDecryptionRulesRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListDecryptionRulesRequest.SortBy[]
ListDecryptionRulesRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type ListDecryptionRulesRequest.SortBy Modifier and Type Method Description ListDecryptionRulesRequest.Builder
ListDecryptionRulesRequest.Builder. sortBy(ListDecryptionRulesRequest.SortBy sortBy)
The field to sort by.
-