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