Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.GetHostEndpointProtectionScanResultResponse
-
Packages that use GetHostEndpointProtectionScanResultResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of GetHostEndpointProtectionScanResultResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return GetHostEndpointProtectionScanResultResponse Modifier and Type Method Description GetHostEndpointProtectionScanResultResponse
VulnerabilityScanning. getHostEndpointProtectionScanResult(GetHostEndpointProtectionScanResultRequest request)
Returns HostEndpointProtectionScanResults for the given host endpoint protection scan result ID.GetHostEndpointProtectionScanResultResponse
VulnerabilityScanningClient. getHostEndpointProtectionScanResult(GetHostEndpointProtectionScanResultRequest request)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type GetHostEndpointProtectionScanResultResponse Modifier and Type Method Description Future<GetHostEndpointProtectionScanResultResponse>
VulnerabilityScanningAsync. getHostEndpointProtectionScanResult(GetHostEndpointProtectionScanResultRequest request, AsyncHandler<GetHostEndpointProtectionScanResultRequest,GetHostEndpointProtectionScanResultResponse> handler)
Returns HostEndpointProtectionScanResults for the given host endpoint protection scan result ID.Future<GetHostEndpointProtectionScanResultResponse>
VulnerabilityScanningAsyncClient. getHostEndpointProtectionScanResult(GetHostEndpointProtectionScanResultRequest request, AsyncHandler<GetHostEndpointProtectionScanResultRequest,GetHostEndpointProtectionScanResultResponse> handler)
-
Uses of GetHostEndpointProtectionScanResultResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return GetHostEndpointProtectionScanResultResponse Modifier and Type Method Description GetHostEndpointProtectionScanResultResponse
GetHostEndpointProtectionScanResultResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type GetHostEndpointProtectionScanResultResponse Modifier and Type Method Description GetHostEndpointProtectionScanResultResponse.Builder
GetHostEndpointProtectionScanResultResponse.Builder. copy(GetHostEndpointProtectionScanResultResponse o)
Copy method to populate the builder with values from the given instance.
-