Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.ExportHostAgentScanResultCsvResponse
-
Packages that use ExportHostAgentScanResultCsvResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of ExportHostAgentScanResultCsvResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return ExportHostAgentScanResultCsvResponse Modifier and Type Method Description ExportHostAgentScanResultCsvResponse
VulnerabilityScanning. exportHostAgentScanResultCsv(ExportHostAgentScanResultCsvRequest request)
Exports a list of HostAgentScanResultSummary objects within a compartment and during a specified time range in CSV format.ExportHostAgentScanResultCsvResponse
VulnerabilityScanningClient. exportHostAgentScanResultCsv(ExportHostAgentScanResultCsvRequest request)
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type ExportHostAgentScanResultCsvResponse 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)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ExportHostAgentScanResultCsvResponse 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 ExportHostAgentScanResultCsvResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return ExportHostAgentScanResultCsvResponse Modifier and Type Method Description ExportHostAgentScanResultCsvResponse
ExportHostAgentScanResultCsvResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type ExportHostAgentScanResultCsvResponse Modifier and Type Method Description ExportHostAgentScanResultCsvResponse.Builder
ExportHostAgentScanResultCsvResponse.Builder. copy(ExportHostAgentScanResultCsvResponse o)
Copy method to populate the builder with values from the given instance.
-