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.database
Methods in com.oracle.bmc.database that return UpdateCloudVmClusterResponse Modifier and Type Method Description UpdateCloudVmClusterResponse
Database. updateCloudVmCluster(UpdateCloudVmClusterRequest request)
Updates the specified cloud VM cluster.UpdateCloudVmClusterResponse
DatabaseClient. 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.responses
Methods in com.oracle.bmc.database.responses that return UpdateCloudVmClusterResponse Modifier and Type Method Description UpdateCloudVmClusterResponse
UpdateCloudVmClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateCloudVmClusterResponse Modifier and Type Method Description UpdateCloudVmClusterResponse.Builder
UpdateCloudVmClusterResponse.Builder. copy(UpdateCloudVmClusterResponse o)
Copy method to populate the builder with values from the given instance.
-