Uses of Class
com.oracle.bmc.database.requests.GetVmClusterPatchRequest
-
Packages that use GetVmClusterPatchRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetVmClusterPatchRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type GetVmClusterPatchRequest Modifier and Type Method Description GetVmClusterPatchResponse
Database. getVmClusterPatch(GetVmClusterPatchRequest request)
Gets information about a specified patch package.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)
GetVmClusterPatchResponse
DatabaseClient. getVmClusterPatch(GetVmClusterPatchRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetVmClusterPatchRequest 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 GetVmClusterPatchRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetVmClusterPatchRequest Modifier and Type Method Description GetVmClusterPatchRequest
GetVmClusterPatchRequest.Builder. build()
Build the instance of GetVmClusterPatchRequest as configured by this builderGetVmClusterPatchRequest
GetVmClusterPatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetVmClusterPatchRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetVmClusterPatchRequest Modifier and Type Method Description GetVmClusterPatchRequest.Builder
GetVmClusterPatchRequest.Builder. copy(GetVmClusterPatchRequest o)
Copy method to populate the builder with values from the given instance.
-