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