Uses of Class
com.oracle.bmc.vulnerabilityscanning.requests.ListHostCisBenchmarkScanResultsRequest
-
Packages that use ListHostCisBenchmarkScanResultsRequest Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of ListHostCisBenchmarkScanResultsRequest in com.oracle.bmc.vulnerabilityscanning
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ListHostCisBenchmarkScanResultsRequest Modifier and Type Method Description Future<ListHostCisBenchmarkScanResultsResponse>
VulnerabilityScanningAsync. listHostCisBenchmarkScanResults(ListHostCisBenchmarkScanResultsRequest request, AsyncHandler<ListHostCisBenchmarkScanResultsRequest,ListHostCisBenchmarkScanResultsResponse> handler)
Retrieves a list of HostCisBenchmarkScanResultSummary objects in a compartment.Future<ListHostCisBenchmarkScanResultsResponse>
VulnerabilityScanningAsyncClient. listHostCisBenchmarkScanResults(ListHostCisBenchmarkScanResultsRequest request, AsyncHandler<ListHostCisBenchmarkScanResultsRequest,ListHostCisBenchmarkScanResultsResponse> handler)
-
Uses of ListHostCisBenchmarkScanResultsRequest in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return ListHostCisBenchmarkScanResultsRequest Modifier and Type Method Description ListHostCisBenchmarkScanResultsRequest
ListHostCisBenchmarkScanResultsRequest.Builder. build()
Build the instance of ListHostCisBenchmarkScanResultsRequest as configured by this builderListHostCisBenchmarkScanResultsRequest
ListHostCisBenchmarkScanResultsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListHostCisBenchmarkScanResultsRequest as configured by this builderMethods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type ListHostCisBenchmarkScanResultsRequest Modifier and Type Method Description ListHostCisBenchmarkScanResultsRequest.Builder
ListHostCisBenchmarkScanResultsRequest.Builder. copy(ListHostCisBenchmarkScanResultsRequest o)
Copy method to populate the builder with values from the given instance.
-