Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.GetHostCisBenchmarkScanResultResponse
-
Packages that use GetHostCisBenchmarkScanResultResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of GetHostCisBenchmarkScanResultResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return GetHostCisBenchmarkScanResultResponse Modifier and Type Method Description GetHostCisBenchmarkScanResultResponse
VulnerabilityScanning. getHostCisBenchmarkScanResult(GetHostCisBenchmarkScanResultRequest request)
Retrieves a HostCisBenchmarkScanResult identified by the benchmark scan result ID.GetHostCisBenchmarkScanResultResponse
VulnerabilityScanningClient. getHostCisBenchmarkScanResult(GetHostCisBenchmarkScanResultRequest request)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type GetHostCisBenchmarkScanResultResponse Modifier and Type Method Description Future<GetHostCisBenchmarkScanResultResponse>
VulnerabilityScanningAsync. getHostCisBenchmarkScanResult(GetHostCisBenchmarkScanResultRequest request, AsyncHandler<GetHostCisBenchmarkScanResultRequest,GetHostCisBenchmarkScanResultResponse> handler)
Retrieves a HostCisBenchmarkScanResult identified by the benchmark scan result ID.Future<GetHostCisBenchmarkScanResultResponse>
VulnerabilityScanningAsyncClient. getHostCisBenchmarkScanResult(GetHostCisBenchmarkScanResultRequest request, AsyncHandler<GetHostCisBenchmarkScanResultRequest,GetHostCisBenchmarkScanResultResponse> handler)
-
Uses of GetHostCisBenchmarkScanResultResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return GetHostCisBenchmarkScanResultResponse Modifier and Type Method Description GetHostCisBenchmarkScanResultResponse
GetHostCisBenchmarkScanResultResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type GetHostCisBenchmarkScanResultResponse Modifier and Type Method Description GetHostCisBenchmarkScanResultResponse.Builder
GetHostCisBenchmarkScanResultResponse.Builder. copy(GetHostCisBenchmarkScanResultResponse o)
Copy method to populate the builder with values from the given instance.
-