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.databaseMethods in com.oracle.bmc.database with parameters of type DownloadOneoffPatchRequest Modifier and Type Method Description DownloadOneoffPatchResponseDatabase. 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)DownloadOneoffPatchResponseDatabaseClient. 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.requestsMethods in com.oracle.bmc.database.requests that return DownloadOneoffPatchRequest Modifier and Type Method Description DownloadOneoffPatchRequestDownloadOneoffPatchRequest.Builder. build()Build the instance of DownloadOneoffPatchRequest as configured by this builderDownloadOneoffPatchRequestDownloadOneoffPatchRequest.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.BuilderDownloadOneoffPatchRequest.Builder. copy(DownloadOneoffPatchRequest o)Copy method to populate the builder with values from the given instance.
 
-