Uses of Class
com.oracle.bmc.database.requests.DownloadDbConnectionBundleRequest
-
Packages that use DownloadDbConnectionBundleRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DownloadDbConnectionBundleRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DownloadDbConnectionBundleRequest Modifier and Type Method Description DownloadDbConnectionBundleResponseDatabase. downloadDbConnectionBundle(DownloadDbConnectionBundleRequest request)Downloads the specified database connection bundle content.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)DownloadDbConnectionBundleResponseDatabaseClient. downloadDbConnectionBundle(DownloadDbConnectionBundleRequest request)Method parameters in com.oracle.bmc.database with type arguments of type DownloadDbConnectionBundleRequest 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 DownloadDbConnectionBundleRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DownloadDbConnectionBundleRequest Modifier and Type Method Description DownloadDbConnectionBundleRequestDownloadDbConnectionBundleRequest.Builder. build()Build the instance of DownloadDbConnectionBundleRequest as configured by this builderDownloadDbConnectionBundleRequestDownloadDbConnectionBundleRequest.Builder. buildWithoutInvocationCallback()Build the instance of DownloadDbConnectionBundleRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DownloadDbConnectionBundleRequest Modifier and Type Method Description DownloadDbConnectionBundleRequest.BuilderDownloadDbConnectionBundleRequest.Builder. copy(DownloadDbConnectionBundleRequest o)Copy method to populate the builder with values from the given instance.
-