Uses of Class
com.oracle.bmc.vulnerabilityscanning.requests.ListHostScanTargetErrorsRequest
-
Packages that use ListHostScanTargetErrorsRequest Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of ListHostScanTargetErrorsRequest in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning with parameters of type ListHostScanTargetErrorsRequest 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.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)
ListHostScanTargetErrorsResponse
VulnerabilityScanningClient. listHostScanTargetErrors(ListHostScanTargetErrorsRequest request)
Iterable<HostScanTargetErrorSummary>
VulnerabilityScanningPaginators. listHostScanTargetErrorsRecordIterator(ListHostScanTargetErrorsRequest request)
Creates a new iterable which will iterate over theHostScanTargetErrorSummary
objects contained in responses from the listHostScanTargetErrors operation.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 ListHostScanTargetErrorsRequest 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 ListHostScanTargetErrorsRequest in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return ListHostScanTargetErrorsRequest Modifier and Type Method Description ListHostScanTargetErrorsRequest
ListHostScanTargetErrorsRequest.Builder. build()
Build the instance of ListHostScanTargetErrorsRequest as configured by this builderListHostScanTargetErrorsRequest
ListHostScanTargetErrorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListHostScanTargetErrorsRequest as configured by this builderMethods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type ListHostScanTargetErrorsRequest Modifier and Type Method Description ListHostScanTargetErrorsRequest.Builder
ListHostScanTargetErrorsRequest.Builder. copy(ListHostScanTargetErrorsRequest o)
Copy method to populate the builder with values from the given instance.
-