Uses of Class
com.oracle.bmc.core.responses.UpdatePrivateIpResponse
-
Packages that use UpdatePrivateIpResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdatePrivateIpResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdatePrivateIpResponse Modifier and Type Method Description UpdatePrivateIpResponseVirtualNetwork. updatePrivateIp(UpdatePrivateIpRequest request)Updates the specified private IP.UpdatePrivateIpResponseVirtualNetworkClient. updatePrivateIp(UpdatePrivateIpRequest request)Methods in com.oracle.bmc.core that return types with arguments of type UpdatePrivateIpResponse Modifier and Type Method Description Future<UpdatePrivateIpResponse>VirtualNetworkAsync. updatePrivateIp(UpdatePrivateIpRequest request, AsyncHandler<UpdatePrivateIpRequest,UpdatePrivateIpResponse> handler)Updates the specified private IP.Future<UpdatePrivateIpResponse>VirtualNetworkAsyncClient. updatePrivateIp(UpdatePrivateIpRequest request, AsyncHandler<UpdatePrivateIpRequest,UpdatePrivateIpResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type UpdatePrivateIpResponse Modifier and Type Method Description Future<UpdatePrivateIpResponse>VirtualNetworkAsync. updatePrivateIp(UpdatePrivateIpRequest request, AsyncHandler<UpdatePrivateIpRequest,UpdatePrivateIpResponse> handler)Updates the specified private IP.Future<UpdatePrivateIpResponse>VirtualNetworkAsyncClient. updatePrivateIp(UpdatePrivateIpRequest request, AsyncHandler<UpdatePrivateIpRequest,UpdatePrivateIpResponse> handler) -
Uses of UpdatePrivateIpResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdatePrivateIpResponse Modifier and Type Method Description UpdatePrivateIpResponseUpdatePrivateIpResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdatePrivateIpResponse Modifier and Type Method Description UpdatePrivateIpResponse.BuilderUpdatePrivateIpResponse.Builder. copy(UpdatePrivateIpResponse o)Copy method to populate the builder with values from the given instance.
-