Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning | |
com.oracle.bmc.vulnerabilityscanning.requests |
Modifier and Type | Method and 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) |
Future<ListHostScanTargetErrorsResponse> |
VulnerabilityScanningAsyncClient.listHostScanTargetErrors(ListHostScanTargetErrorsRequest request,
AsyncHandler<ListHostScanTargetErrorsRequest,ListHostScanTargetErrorsResponse> handler) |
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.
|
Iterable<HostScanTargetErrorSummary> |
VulnerabilityScanningPaginators.listHostScanTargetErrorsRecordIterator(ListHostScanTargetErrorsRequest request)
Creates a new iterable which will iterate over the
HostScanTargetErrorSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListHostScanTargetErrorsResponse> |
VulnerabilityScanningAsyncClient.listHostScanTargetErrors(ListHostScanTargetErrorsRequest request,
AsyncHandler<ListHostScanTargetErrorsRequest,ListHostScanTargetErrorsResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
ListHostScanTargetErrorsRequest |
ListHostScanTargetErrorsRequest.Builder.build()
Build the instance of ListHostScanTargetErrorsRequest as configured by this builder
|
ListHostScanTargetErrorsRequest |
ListHostScanTargetErrorsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListHostScanTargetErrorsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListHostScanTargetErrorsRequest.Builder |
ListHostScanTargetErrorsRequest.Builder.copy(ListHostScanTargetErrorsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.