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