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