Uses of Class
com.oracle.bmc.database.responses.UpdateCloudVmClusterResponse
- 
Packages that use UpdateCloudVmClusterResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses 
- 
- 
Uses of UpdateCloudVmClusterResponse in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return UpdateCloudVmClusterResponse Modifier and Type Method Description UpdateCloudVmClusterResponseDatabase. updateCloudVmCluster(UpdateCloudVmClusterRequest request)Updates the specified cloud VM cluster.UpdateCloudVmClusterResponseDatabaseClient. updateCloudVmCluster(UpdateCloudVmClusterRequest request)Method parameters in com.oracle.bmc.database with type arguments of type UpdateCloudVmClusterResponse Modifier and Type Method Description Future<UpdateCloudVmClusterResponse>DatabaseAsync. updateCloudVmCluster(UpdateCloudVmClusterRequest request, AsyncHandler<UpdateCloudVmClusterRequest,UpdateCloudVmClusterResponse> handler)Updates the specified cloud VM cluster.Future<UpdateCloudVmClusterResponse>DatabaseAsyncClient. updateCloudVmCluster(UpdateCloudVmClusterRequest request, AsyncHandler<UpdateCloudVmClusterRequest,UpdateCloudVmClusterResponse> handler)
- 
Uses of UpdateCloudVmClusterResponse in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return UpdateCloudVmClusterResponse Modifier and Type Method Description UpdateCloudVmClusterResponseUpdateCloudVmClusterResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateCloudVmClusterResponse Modifier and Type Method Description UpdateCloudVmClusterResponse.BuilderUpdateCloudVmClusterResponse.Builder. copy(UpdateCloudVmClusterResponse o)Copy method to populate the builder with values from the given instance.
 
-