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