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