Uses of Class
com.oracle.bmc.database.responses.UpdateVmClusterNetworkResponse
-
Packages that use UpdateVmClusterNetworkResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateVmClusterNetworkResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateVmClusterNetworkResponse Modifier and Type Method Description UpdateVmClusterNetworkResponse
Database. updateVmClusterNetwork(UpdateVmClusterNetworkRequest request)
Updates the specified VM cluster network.UpdateVmClusterNetworkResponse
DatabaseClient. updateVmClusterNetwork(UpdateVmClusterNetworkRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateVmClusterNetworkResponse Modifier and Type Method Description Future<UpdateVmClusterNetworkResponse>
DatabaseAsync. updateVmClusterNetwork(UpdateVmClusterNetworkRequest request, AsyncHandler<UpdateVmClusterNetworkRequest,UpdateVmClusterNetworkResponse> handler)
Updates the specified VM cluster network.Future<UpdateVmClusterNetworkResponse>
DatabaseAsyncClient. updateVmClusterNetwork(UpdateVmClusterNetworkRequest request, AsyncHandler<UpdateVmClusterNetworkRequest,UpdateVmClusterNetworkResponse> handler)
-
Uses of UpdateVmClusterNetworkResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateVmClusterNetworkResponse Modifier and Type Method Description UpdateVmClusterNetworkResponse
UpdateVmClusterNetworkResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateVmClusterNetworkResponse Modifier and Type Method Description UpdateVmClusterNetworkResponse.Builder
UpdateVmClusterNetworkResponse.Builder. copy(UpdateVmClusterNetworkResponse o)
Copy method to populate the builder with values from the given instance.
-