Uses of Class
com.oracle.bmc.database.responses.CreateOneoffPatchResponse
-
Packages that use CreateOneoffPatchResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CreateOneoffPatchResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CreateOneoffPatchResponse Modifier and Type Method Description CreateOneoffPatchResponse
Database. createOneoffPatch(CreateOneoffPatchRequest request)
Creates one-off patch for specified database version to download.CreateOneoffPatchResponse
DatabaseClient. createOneoffPatch(CreateOneoffPatchRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CreateOneoffPatchResponse Modifier and Type Method Description Future<CreateOneoffPatchResponse>
DatabaseAsync. createOneoffPatch(CreateOneoffPatchRequest request, AsyncHandler<CreateOneoffPatchRequest,CreateOneoffPatchResponse> handler)
Creates one-off patch for specified database version to download.Future<CreateOneoffPatchResponse>
DatabaseAsyncClient. createOneoffPatch(CreateOneoffPatchRequest request, AsyncHandler<CreateOneoffPatchRequest,CreateOneoffPatchResponse> handler)
-
Uses of CreateOneoffPatchResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CreateOneoffPatchResponse Modifier and Type Method Description CreateOneoffPatchResponse
CreateOneoffPatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateOneoffPatchResponse Modifier and Type Method Description CreateOneoffPatchResponse.Builder
CreateOneoffPatchResponse.Builder. copy(CreateOneoffPatchResponse o)
Copy method to populate the builder with values from the given instance.
-