Uses of Class
com.oracle.bmc.core.requests.UpdateClusterNetworkRequest
-
Packages that use UpdateClusterNetworkRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateClusterNetworkRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateClusterNetworkRequest Modifier and Type Method Description UpdateClusterNetworkResponse
ComputeManagement. updateClusterNetwork(UpdateClusterNetworkRequest request)
Updates a cluster network with instance pools.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)
UpdateClusterNetworkResponse
ComputeManagementClient. updateClusterNetwork(UpdateClusterNetworkRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateClusterNetworkRequest 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 UpdateClusterNetworkRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateClusterNetworkRequest Modifier and Type Method Description UpdateClusterNetworkRequest
UpdateClusterNetworkRequest.Builder. build()
Build the instance of UpdateClusterNetworkRequest as configured by this builderUpdateClusterNetworkRequest
UpdateClusterNetworkRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateClusterNetworkRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateClusterNetworkRequest Modifier and Type Method Description UpdateClusterNetworkRequest.Builder
UpdateClusterNetworkRequest.Builder. copy(UpdateClusterNetworkRequest o)
Copy method to populate the builder with values from the given instance.
-