Uses of Class
com.oracle.bmc.database.responses.UpdateExadbVmClusterResponse
- 
Packages that use UpdateExadbVmClusterResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses 
- 
- 
Uses of UpdateExadbVmClusterResponse in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return UpdateExadbVmClusterResponse Modifier and Type Method Description UpdateExadbVmClusterResponseDatabase. updateExadbVmCluster(UpdateExadbVmClusterRequest request)Updates the specified Exadata VM cluster on Exascale Infrastructure.UpdateExadbVmClusterResponseDatabaseClient. updateExadbVmCluster(UpdateExadbVmClusterRequest request)Method parameters in com.oracle.bmc.database with type arguments of type UpdateExadbVmClusterResponse Modifier and Type Method Description Future<UpdateExadbVmClusterResponse>DatabaseAsync. updateExadbVmCluster(UpdateExadbVmClusterRequest request, AsyncHandler<UpdateExadbVmClusterRequest,UpdateExadbVmClusterResponse> handler)Updates the specified Exadata VM cluster on Exascale Infrastructure.Future<UpdateExadbVmClusterResponse>DatabaseAsyncClient. updateExadbVmCluster(UpdateExadbVmClusterRequest request, AsyncHandler<UpdateExadbVmClusterRequest,UpdateExadbVmClusterResponse> handler)
- 
Uses of UpdateExadbVmClusterResponse in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return UpdateExadbVmClusterResponse Modifier and Type Method Description UpdateExadbVmClusterResponseUpdateExadbVmClusterResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateExadbVmClusterResponse Modifier and Type Method Description UpdateExadbVmClusterResponse.BuilderUpdateExadbVmClusterResponse.Builder. copy(UpdateExadbVmClusterResponse o)Copy method to populate the builder with values from the given instance.
 
-