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