Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.ListHostScanTargetErrorsResponse
-
Packages that use ListHostScanTargetErrorsResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of ListHostScanTargetErrorsResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return ListHostScanTargetErrorsResponse Modifier and Type Method Description ListHostScanTargetErrorsResponse
VulnerabilityScanning. listHostScanTargetErrors(ListHostScanTargetErrorsRequest request)
Retrieves list of errors during scanning on instances associated with HostScanTarget identified by the target ID.ListHostScanTargetErrorsResponse
VulnerabilityScanningClient. listHostScanTargetErrors(ListHostScanTargetErrorsRequest request)
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type ListHostScanTargetErrorsResponse Modifier and Type Method Description Future<ListHostScanTargetErrorsResponse>
VulnerabilityScanningAsync. listHostScanTargetErrors(ListHostScanTargetErrorsRequest request, AsyncHandler<ListHostScanTargetErrorsRequest,ListHostScanTargetErrorsResponse> handler)
Retrieves list of errors during scanning on instances associated with HostScanTarget identified by the target ID.Future<ListHostScanTargetErrorsResponse>
VulnerabilityScanningAsyncClient. listHostScanTargetErrors(ListHostScanTargetErrorsRequest request, AsyncHandler<ListHostScanTargetErrorsRequest,ListHostScanTargetErrorsResponse> handler)
Iterable<ListHostScanTargetErrorsResponse>
VulnerabilityScanningPaginators. listHostScanTargetErrorsResponseIterator(ListHostScanTargetErrorsRequest request)
Creates a new iterable which will iterate over the responses received from the listHostScanTargetErrors operation.Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ListHostScanTargetErrorsResponse Modifier and Type Method Description Future<ListHostScanTargetErrorsResponse>
VulnerabilityScanningAsync. listHostScanTargetErrors(ListHostScanTargetErrorsRequest request, AsyncHandler<ListHostScanTargetErrorsRequest,ListHostScanTargetErrorsResponse> handler)
Retrieves list of errors during scanning on instances associated with HostScanTarget identified by the target ID.Future<ListHostScanTargetErrorsResponse>
VulnerabilityScanningAsyncClient. listHostScanTargetErrors(ListHostScanTargetErrorsRequest request, AsyncHandler<ListHostScanTargetErrorsRequest,ListHostScanTargetErrorsResponse> handler)
-
Uses of ListHostScanTargetErrorsResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return ListHostScanTargetErrorsResponse Modifier and Type Method Description ListHostScanTargetErrorsResponse
ListHostScanTargetErrorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type ListHostScanTargetErrorsResponse Modifier and Type Method Description ListHostScanTargetErrorsResponse.Builder
ListHostScanTargetErrorsResponse.Builder. copy(ListHostScanTargetErrorsResponse o)
Copy method to populate the builder with values from the given instance.
-