Uses of Class
com.oracle.bmc.core.requests.UpdatePublicIpRequest
-
Packages that use UpdatePublicIpRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdatePublicIpRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdatePublicIpRequest Modifier and Type Method Description UpdatePublicIpResponseVirtualNetwork. updatePublicIp(UpdatePublicIpRequest request)Updates the specified public IP.Future<UpdatePublicIpResponse>VirtualNetworkAsync. updatePublicIp(UpdatePublicIpRequest request, AsyncHandler<UpdatePublicIpRequest,UpdatePublicIpResponse> handler)Updates the specified public IP.Future<UpdatePublicIpResponse>VirtualNetworkAsyncClient. updatePublicIp(UpdatePublicIpRequest request, AsyncHandler<UpdatePublicIpRequest,UpdatePublicIpResponse> handler)UpdatePublicIpResponseVirtualNetworkClient. updatePublicIp(UpdatePublicIpRequest request)Method parameters in com.oracle.bmc.core with type arguments of type UpdatePublicIpRequest Modifier and Type Method Description Future<UpdatePublicIpResponse>VirtualNetworkAsync. updatePublicIp(UpdatePublicIpRequest request, AsyncHandler<UpdatePublicIpRequest,UpdatePublicIpResponse> handler)Updates the specified public IP.Future<UpdatePublicIpResponse>VirtualNetworkAsyncClient. updatePublicIp(UpdatePublicIpRequest request, AsyncHandler<UpdatePublicIpRequest,UpdatePublicIpResponse> handler) -
Uses of UpdatePublicIpRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdatePublicIpRequest Modifier and Type Method Description UpdatePublicIpRequestUpdatePublicIpRequest.Builder. build()Build the instance of UpdatePublicIpRequest as configured by this builderUpdatePublicIpRequestUpdatePublicIpRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdatePublicIpRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdatePublicIpRequest Modifier and Type Method Description UpdatePublicIpRequest.BuilderUpdatePublicIpRequest.Builder. copy(UpdatePublicIpRequest o)Copy method to populate the builder with values from the given instance.
-