Uses of Class
com.oracle.bmc.core.requests.UpdateTunnelCpeDeviceConfigRequest
-
Packages that use UpdateTunnelCpeDeviceConfigRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateTunnelCpeDeviceConfigRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type UpdateTunnelCpeDeviceConfigRequest Modifier and Type Method Description Future<UpdateTunnelCpeDeviceConfigResponse>VirtualNetworkAsync. updateTunnelCpeDeviceConfig(UpdateTunnelCpeDeviceConfigRequest request, AsyncHandler<UpdateTunnelCpeDeviceConfigRequest,UpdateTunnelCpeDeviceConfigResponse> handler)Creates or updates the set of CPE configuration answers for the specified tunnel.Future<UpdateTunnelCpeDeviceConfigResponse>VirtualNetworkAsyncClient. updateTunnelCpeDeviceConfig(UpdateTunnelCpeDeviceConfigRequest request, AsyncHandler<UpdateTunnelCpeDeviceConfigRequest,UpdateTunnelCpeDeviceConfigResponse> handler) -
Uses of UpdateTunnelCpeDeviceConfigRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateTunnelCpeDeviceConfigRequest Modifier and Type Method Description UpdateTunnelCpeDeviceConfigRequestUpdateTunnelCpeDeviceConfigRequest.Builder. build()Build the instance of UpdateTunnelCpeDeviceConfigRequest as configured by this builderUpdateTunnelCpeDeviceConfigRequestUpdateTunnelCpeDeviceConfigRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateTunnelCpeDeviceConfigRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateTunnelCpeDeviceConfigRequest Modifier and Type Method Description UpdateTunnelCpeDeviceConfigRequest.BuilderUpdateTunnelCpeDeviceConfigRequest.Builder. copy(UpdateTunnelCpeDeviceConfigRequest o)Copy method to populate the builder with values from the given instance.
-