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