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