Uses of Class
com.oracle.bmc.vulnerabilityscanning.requests.ExportHostAgentScanResultCsvRequest
-
Packages that use ExportHostAgentScanResultCsvRequest Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of ExportHostAgentScanResultCsvRequest in com.oracle.bmc.vulnerabilityscanning
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ExportHostAgentScanResultCsvRequest Modifier and Type Method Description Future<ExportHostAgentScanResultCsvResponse>
VulnerabilityScanningAsync. exportHostAgentScanResultCsv(ExportHostAgentScanResultCsvRequest request, AsyncHandler<ExportHostAgentScanResultCsvRequest,ExportHostAgentScanResultCsvResponse> handler)
Exports a list of HostAgentScanResultSummary objects within a compartment and during a specified time range in CSV format.Future<ExportHostAgentScanResultCsvResponse>
VulnerabilityScanningAsyncClient. exportHostAgentScanResultCsv(ExportHostAgentScanResultCsvRequest request, AsyncHandler<ExportHostAgentScanResultCsvRequest,ExportHostAgentScanResultCsvResponse> handler)
-
Uses of ExportHostAgentScanResultCsvRequest in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return ExportHostAgentScanResultCsvRequest Modifier and Type Method Description ExportHostAgentScanResultCsvRequest
ExportHostAgentScanResultCsvRequest.Builder. build()
Build the instance of ExportHostAgentScanResultCsvRequest as configured by this builderExportHostAgentScanResultCsvRequest
ExportHostAgentScanResultCsvRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ExportHostAgentScanResultCsvRequest as configured by this builderMethods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type ExportHostAgentScanResultCsvRequest Modifier and Type Method Description ExportHostAgentScanResultCsvRequest.Builder
ExportHostAgentScanResultCsvRequest.Builder. copy(ExportHostAgentScanResultCsvRequest o)
Copy method to populate the builder with values from the given instance.
-