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