Uses of Class
com.oracle.bmc.core.requests.UpdatePrivateIpRequest
-
Packages that use UpdatePrivateIpRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdatePrivateIpRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdatePrivateIpRequest Modifier and Type Method Description UpdatePrivateIpResponse
VirtualNetwork. updatePrivateIp(UpdatePrivateIpRequest request)
Updates the specified private IP.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)
UpdatePrivateIpResponse
VirtualNetworkClient. updatePrivateIp(UpdatePrivateIpRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdatePrivateIpRequest 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 UpdatePrivateIpRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdatePrivateIpRequest Modifier and Type Method Description UpdatePrivateIpRequest
UpdatePrivateIpRequest.Builder. build()
Build the instance of UpdatePrivateIpRequest as configured by this builderUpdatePrivateIpRequest
UpdatePrivateIpRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePrivateIpRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdatePrivateIpRequest Modifier and Type Method Description UpdatePrivateIpRequest.Builder
UpdatePrivateIpRequest.Builder. copy(UpdatePrivateIpRequest o)
Copy method to populate the builder with values from the given instance.
-