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 ListHostScanTargetErrorsResponseVulnerabilityScanning. 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)ListHostScanTargetErrorsResponseVulnerabilityScanningClient. listHostScanTargetErrors(ListHostScanTargetErrorsRequest request)Iterable<HostScanTargetErrorSummary>VulnerabilityScanningPaginators. listHostScanTargetErrorsRecordIterator(ListHostScanTargetErrorsRequest request)Creates a new iterable which will iterate over theHostScanTargetErrorSummaryobjects 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 ListHostScanTargetErrorsRequestListHostScanTargetErrorsRequest.Builder. build()Build the instance of ListHostScanTargetErrorsRequest as configured by this builderListHostScanTargetErrorsRequestListHostScanTargetErrorsRequest.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.BuilderListHostScanTargetErrorsRequest.Builder. copy(ListHostScanTargetErrorsRequest o)Copy method to populate the builder with values from the given instance.
-