Uses of Class
com.oracle.bmc.database.responses.DownloadOneoffPatchResponse
-
Packages that use DownloadOneoffPatchResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DownloadOneoffPatchResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DownloadOneoffPatchResponse Modifier and Type Method Description DownloadOneoffPatchResponse
Database. downloadOneoffPatch(DownloadOneoffPatchRequest request)
Download one-off patch.DownloadOneoffPatchResponse
DatabaseClient. downloadOneoffPatch(DownloadOneoffPatchRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type DownloadOneoffPatchResponse 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)
Method parameters in com.oracle.bmc.database with type arguments of type DownloadOneoffPatchResponse 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 DownloadOneoffPatchResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DownloadOneoffPatchResponse Modifier and Type Method Description DownloadOneoffPatchResponse
DownloadOneoffPatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DownloadOneoffPatchResponse Modifier and Type Method Description DownloadOneoffPatchResponse.Builder
DownloadOneoffPatchResponse.Builder. copy(DownloadOneoffPatchResponse o)
Copy method to populate the builder with values from the given instance.
-