Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.ListHostEndpointProtectionScanResultsResponse
-
Packages that use ListHostEndpointProtectionScanResultsResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of ListHostEndpointProtectionScanResultsResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return ListHostEndpointProtectionScanResultsResponse Modifier and Type Method Description ListHostEndpointProtectionScanResultsResponse
VulnerabilityScanning. listHostEndpointProtectionScanResults(ListHostEndpointProtectionScanResultsRequest request)
Returns a collection of HostEndpointProtectionScanResultSummary objectsListHostEndpointProtectionScanResultsResponse
VulnerabilityScanningClient. listHostEndpointProtectionScanResults(ListHostEndpointProtectionScanResultsRequest request)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ListHostEndpointProtectionScanResultsResponse Modifier and Type Method Description Future<ListHostEndpointProtectionScanResultsResponse>
VulnerabilityScanningAsync. listHostEndpointProtectionScanResults(ListHostEndpointProtectionScanResultsRequest request, AsyncHandler<ListHostEndpointProtectionScanResultsRequest,ListHostEndpointProtectionScanResultsResponse> handler)
Returns a collection of HostEndpointProtectionScanResultSummary objectsFuture<ListHostEndpointProtectionScanResultsResponse>
VulnerabilityScanningAsyncClient. listHostEndpointProtectionScanResults(ListHostEndpointProtectionScanResultsRequest request, AsyncHandler<ListHostEndpointProtectionScanResultsRequest,ListHostEndpointProtectionScanResultsResponse> handler)
-
Uses of ListHostEndpointProtectionScanResultsResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return ListHostEndpointProtectionScanResultsResponse Modifier and Type Method Description ListHostEndpointProtectionScanResultsResponse
ListHostEndpointProtectionScanResultsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type ListHostEndpointProtectionScanResultsResponse Modifier and Type Method Description ListHostEndpointProtectionScanResultsResponse.Builder
ListHostEndpointProtectionScanResultsResponse.Builder. copy(ListHostEndpointProtectionScanResultsResponse o)
Copy method to populate the builder with values from the given instance.
-