Uses of Class
com.oracle.bmc.vulnerabilityscanning.requests.ListHostAgentScanResultsRequest
-
Packages that use ListHostAgentScanResultsRequest Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of ListHostAgentScanResultsRequest in com.oracle.bmc.vulnerabilityscanning
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ListHostAgentScanResultsRequest 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 ListHostAgentScanResultsRequest in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return ListHostAgentScanResultsRequest Modifier and Type Method Description ListHostAgentScanResultsRequestListHostAgentScanResultsRequest.Builder. build()Build the instance of ListHostAgentScanResultsRequest as configured by this builderListHostAgentScanResultsRequestListHostAgentScanResultsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListHostAgentScanResultsRequest as configured by this builderMethods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type ListHostAgentScanResultsRequest Modifier and Type Method Description ListHostAgentScanResultsRequest.BuilderListHostAgentScanResultsRequest.Builder. copy(ListHostAgentScanResultsRequest o)Copy method to populate the builder with values from the given instance.
-