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