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