Uses of Class
com.oracle.bmc.database.responses.DownloadValidationReportResponse
-
Packages that use DownloadValidationReportResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DownloadValidationReportResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DownloadValidationReportResponse Modifier and Type Method Description DownloadValidationReportResponse
Database. downloadValidationReport(DownloadValidationReportRequest request)
Downloads the network validation report file for the specified VM cluster network.DownloadValidationReportResponse
DatabaseClient. downloadValidationReport(DownloadValidationReportRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type DownloadValidationReportResponse Modifier and Type Method Description Future<DownloadValidationReportResponse>
DatabaseAsync. downloadValidationReport(DownloadValidationReportRequest request, AsyncHandler<DownloadValidationReportRequest,DownloadValidationReportResponse> handler)
Downloads the network validation report file for the specified VM cluster network.Future<DownloadValidationReportResponse>
DatabaseAsyncClient. downloadValidationReport(DownloadValidationReportRequest request, AsyncHandler<DownloadValidationReportRequest,DownloadValidationReportResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type DownloadValidationReportResponse Modifier and Type Method Description Future<DownloadValidationReportResponse>
DatabaseAsync. downloadValidationReport(DownloadValidationReportRequest request, AsyncHandler<DownloadValidationReportRequest,DownloadValidationReportResponse> handler)
Downloads the network validation report file for the specified VM cluster network.Future<DownloadValidationReportResponse>
DatabaseAsyncClient. downloadValidationReport(DownloadValidationReportRequest request, AsyncHandler<DownloadValidationReportRequest,DownloadValidationReportResponse> handler)
-
Uses of DownloadValidationReportResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DownloadValidationReportResponse Modifier and Type Method Description DownloadValidationReportResponse
DownloadValidationReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DownloadValidationReportResponse Modifier and Type Method Description DownloadValidationReportResponse.Builder
DownloadValidationReportResponse.Builder. copy(DownloadValidationReportResponse o)
Copy method to populate the builder with values from the given instance.
-