Uses of Class
com.oracle.bmc.database.requests.DownloadValidationReportRequest
-
Packages that use DownloadValidationReportRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DownloadValidationReportRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DownloadValidationReportRequest Modifier and Type Method Description DownloadValidationReportResponse
Database. downloadValidationReport(DownloadValidationReportRequest request)
Downloads the network validation report file for the specified VM cluster network.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)
DownloadValidationReportResponse
DatabaseClient. downloadValidationReport(DownloadValidationReportRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type DownloadValidationReportRequest 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 DownloadValidationReportRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DownloadValidationReportRequest Modifier and Type Method Description DownloadValidationReportRequest
DownloadValidationReportRequest.Builder. build()
Build the instance of DownloadValidationReportRequest as configured by this builderDownloadValidationReportRequest
DownloadValidationReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DownloadValidationReportRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DownloadValidationReportRequest Modifier and Type Method Description DownloadValidationReportRequest.Builder
DownloadValidationReportRequest.Builder. copy(DownloadValidationReportRequest o)
Copy method to populate the builder with values from the given instance.
-