Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.ListHostPortScanResultsResponse
-
Packages that use ListHostPortScanResultsResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of ListHostPortScanResultsResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return ListHostPortScanResultsResponse Modifier and Type Method Description ListHostPortScanResultsResponse
VulnerabilityScanning. listHostPortScanResults(ListHostPortScanResultsRequest request)
Retrieves a list of HostPortScanResultSummary objects in a compartment.ListHostPortScanResultsResponse
VulnerabilityScanningClient. listHostPortScanResults(ListHostPortScanResultsRequest request)
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type ListHostPortScanResultsResponse Modifier and Type Method Description Future<ListHostPortScanResultsResponse>
VulnerabilityScanningAsync. listHostPortScanResults(ListHostPortScanResultsRequest request, AsyncHandler<ListHostPortScanResultsRequest,ListHostPortScanResultsResponse> handler)
Retrieves a list of HostPortScanResultSummary objects in a compartment.Future<ListHostPortScanResultsResponse>
VulnerabilityScanningAsyncClient. listHostPortScanResults(ListHostPortScanResultsRequest request, AsyncHandler<ListHostPortScanResultsRequest,ListHostPortScanResultsResponse> handler)
Iterable<ListHostPortScanResultsResponse>
VulnerabilityScanningPaginators. listHostPortScanResultsResponseIterator(ListHostPortScanResultsRequest request)
Creates a new iterable which will iterate over the responses received from the listHostPortScanResults operation.Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ListHostPortScanResultsResponse Modifier and Type Method Description Future<ListHostPortScanResultsResponse>
VulnerabilityScanningAsync. listHostPortScanResults(ListHostPortScanResultsRequest request, AsyncHandler<ListHostPortScanResultsRequest,ListHostPortScanResultsResponse> handler)
Retrieves a list of HostPortScanResultSummary objects in a compartment.Future<ListHostPortScanResultsResponse>
VulnerabilityScanningAsyncClient. listHostPortScanResults(ListHostPortScanResultsRequest request, AsyncHandler<ListHostPortScanResultsRequest,ListHostPortScanResultsResponse> handler)
-
Uses of ListHostPortScanResultsResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return ListHostPortScanResultsResponse Modifier and Type Method Description ListHostPortScanResultsResponse
ListHostPortScanResultsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type ListHostPortScanResultsResponse Modifier and Type Method Description ListHostPortScanResultsResponse.Builder
ListHostPortScanResultsResponse.Builder. copy(ListHostPortScanResultsResponse o)
Copy method to populate the builder with values from the given instance.
-