Uses of Class
com.oracle.bmc.core.responses.UpdateClusterNetworkResponse
-
Packages that use UpdateClusterNetworkResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateClusterNetworkResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateClusterNetworkResponse Modifier and Type Method Description UpdateClusterNetworkResponse
ComputeManagement. updateClusterNetwork(UpdateClusterNetworkRequest request)
Updates a cluster network with instance pools.UpdateClusterNetworkResponse
ComputeManagementClient. updateClusterNetwork(UpdateClusterNetworkRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateClusterNetworkResponse Modifier and Type Method Description Future<UpdateClusterNetworkResponse>
ComputeManagementAsync. updateClusterNetwork(UpdateClusterNetworkRequest request, AsyncHandler<UpdateClusterNetworkRequest,UpdateClusterNetworkResponse> handler)
Updates a cluster network with instance pools.Future<UpdateClusterNetworkResponse>
ComputeManagementAsyncClient. updateClusterNetwork(UpdateClusterNetworkRequest request, AsyncHandler<UpdateClusterNetworkRequest,UpdateClusterNetworkResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateClusterNetworkResponse Modifier and Type Method Description Future<UpdateClusterNetworkResponse>
ComputeManagementAsync. updateClusterNetwork(UpdateClusterNetworkRequest request, AsyncHandler<UpdateClusterNetworkRequest,UpdateClusterNetworkResponse> handler)
Updates a cluster network with instance pools.Future<UpdateClusterNetworkResponse>
ComputeManagementAsyncClient. updateClusterNetwork(UpdateClusterNetworkRequest request, AsyncHandler<UpdateClusterNetworkRequest,UpdateClusterNetworkResponse> handler)
-
Uses of UpdateClusterNetworkResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateClusterNetworkResponse Modifier and Type Method Description UpdateClusterNetworkResponse
UpdateClusterNetworkResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateClusterNetworkResponse Modifier and Type Method Description UpdateClusterNetworkResponse.Builder
UpdateClusterNetworkResponse.Builder. copy(UpdateClusterNetworkResponse o)
Copy method to populate the builder with values from the given instance.
-