Uses of Class
com.oracle.bmc.database.responses.DownloadDbConnectionBundleResponse
-
Packages that use DownloadDbConnectionBundleResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DownloadDbConnectionBundleResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DownloadDbConnectionBundleResponse Modifier and Type Method Description DownloadDbConnectionBundleResponseDatabase. downloadDbConnectionBundle(DownloadDbConnectionBundleRequest request)Downloads the specified database connection bundle content.DownloadDbConnectionBundleResponseDatabaseClient. downloadDbConnectionBundle(DownloadDbConnectionBundleRequest request)Methods in com.oracle.bmc.database that return types with arguments of type DownloadDbConnectionBundleResponse Modifier and Type Method Description Future<DownloadDbConnectionBundleResponse>DatabaseAsync. downloadDbConnectionBundle(DownloadDbConnectionBundleRequest request, AsyncHandler<DownloadDbConnectionBundleRequest,DownloadDbConnectionBundleResponse> handler)Downloads the specified database connection bundle content.Future<DownloadDbConnectionBundleResponse>DatabaseAsyncClient. downloadDbConnectionBundle(DownloadDbConnectionBundleRequest request, AsyncHandler<DownloadDbConnectionBundleRequest,DownloadDbConnectionBundleResponse> handler)Method parameters in com.oracle.bmc.database with type arguments of type DownloadDbConnectionBundleResponse Modifier and Type Method Description Future<DownloadDbConnectionBundleResponse>DatabaseAsync. downloadDbConnectionBundle(DownloadDbConnectionBundleRequest request, AsyncHandler<DownloadDbConnectionBundleRequest,DownloadDbConnectionBundleResponse> handler)Downloads the specified database connection bundle content.Future<DownloadDbConnectionBundleResponse>DatabaseAsyncClient. downloadDbConnectionBundle(DownloadDbConnectionBundleRequest request, AsyncHandler<DownloadDbConnectionBundleRequest,DownloadDbConnectionBundleResponse> handler) -
Uses of DownloadDbConnectionBundleResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DownloadDbConnectionBundleResponse Modifier and Type Method Description DownloadDbConnectionBundleResponseDownloadDbConnectionBundleResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DownloadDbConnectionBundleResponse Modifier and Type Method Description DownloadDbConnectionBundleResponse.BuilderDownloadDbConnectionBundleResponse.Builder. copy(DownloadDbConnectionBundleResponse o)Copy method to populate the builder with values from the given instance.
-