Uses of Class
com.oracle.bmc.database.requests.DownloadOneoffPatchRequest
-
Packages that use DownloadOneoffPatchRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DownloadOneoffPatchRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DownloadOneoffPatchRequest Modifier and Type Method Description DownloadOneoffPatchResponse
Database. downloadOneoffPatch(DownloadOneoffPatchRequest request)
Download one-off patch.Future<DownloadOneoffPatchResponse>
DatabaseAsync. downloadOneoffPatch(DownloadOneoffPatchRequest request, AsyncHandler<DownloadOneoffPatchRequest,DownloadOneoffPatchResponse> handler)
Download one-off patch.Future<DownloadOneoffPatchResponse>
DatabaseAsyncClient. downloadOneoffPatch(DownloadOneoffPatchRequest request, AsyncHandler<DownloadOneoffPatchRequest,DownloadOneoffPatchResponse> handler)
DownloadOneoffPatchResponse
DatabaseClient. downloadOneoffPatch(DownloadOneoffPatchRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type DownloadOneoffPatchRequest Modifier and Type Method Description Future<DownloadOneoffPatchResponse>
DatabaseAsync. downloadOneoffPatch(DownloadOneoffPatchRequest request, AsyncHandler<DownloadOneoffPatchRequest,DownloadOneoffPatchResponse> handler)
Download one-off patch.Future<DownloadOneoffPatchResponse>
DatabaseAsyncClient. downloadOneoffPatch(DownloadOneoffPatchRequest request, AsyncHandler<DownloadOneoffPatchRequest,DownloadOneoffPatchResponse> handler)
-
Uses of DownloadOneoffPatchRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DownloadOneoffPatchRequest Modifier and Type Method Description DownloadOneoffPatchRequest
DownloadOneoffPatchRequest.Builder. build()
Build the instance of DownloadOneoffPatchRequest as configured by this builderDownloadOneoffPatchRequest
DownloadOneoffPatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DownloadOneoffPatchRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DownloadOneoffPatchRequest Modifier and Type Method Description DownloadOneoffPatchRequest.Builder
DownloadOneoffPatchRequest.Builder. copy(DownloadOneoffPatchRequest o)
Copy method to populate the builder with values from the given instance.
-