Uses of Class
com.oracle.bmc.core.requests.UpdateLocalPeeringGatewayRequest
-
Packages that use UpdateLocalPeeringGatewayRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateLocalPeeringGatewayRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateLocalPeeringGatewayRequest Modifier and Type Method Description UpdateLocalPeeringGatewayResponseVirtualNetwork. updateLocalPeeringGateway(UpdateLocalPeeringGatewayRequest request)Updates the specified local peering gateway (LPG).Future<UpdateLocalPeeringGatewayResponse>VirtualNetworkAsync. updateLocalPeeringGateway(UpdateLocalPeeringGatewayRequest request, AsyncHandler<UpdateLocalPeeringGatewayRequest,UpdateLocalPeeringGatewayResponse> handler)Updates the specified local peering gateway (LPG).Future<UpdateLocalPeeringGatewayResponse>VirtualNetworkAsyncClient. updateLocalPeeringGateway(UpdateLocalPeeringGatewayRequest request, AsyncHandler<UpdateLocalPeeringGatewayRequest,UpdateLocalPeeringGatewayResponse> handler)UpdateLocalPeeringGatewayResponseVirtualNetworkClient. updateLocalPeeringGateway(UpdateLocalPeeringGatewayRequest request)Method parameters in com.oracle.bmc.core with type arguments of type UpdateLocalPeeringGatewayRequest Modifier and Type Method Description Future<UpdateLocalPeeringGatewayResponse>VirtualNetworkAsync. updateLocalPeeringGateway(UpdateLocalPeeringGatewayRequest request, AsyncHandler<UpdateLocalPeeringGatewayRequest,UpdateLocalPeeringGatewayResponse> handler)Updates the specified local peering gateway (LPG).Future<UpdateLocalPeeringGatewayResponse>VirtualNetworkAsyncClient. updateLocalPeeringGateway(UpdateLocalPeeringGatewayRequest request, AsyncHandler<UpdateLocalPeeringGatewayRequest,UpdateLocalPeeringGatewayResponse> handler) -
Uses of UpdateLocalPeeringGatewayRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateLocalPeeringGatewayRequest Modifier and Type Method Description UpdateLocalPeeringGatewayRequestUpdateLocalPeeringGatewayRequest.Builder. build()Build the instance of UpdateLocalPeeringGatewayRequest as configured by this builderUpdateLocalPeeringGatewayRequestUpdateLocalPeeringGatewayRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateLocalPeeringGatewayRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateLocalPeeringGatewayRequest Modifier and Type Method Description UpdateLocalPeeringGatewayRequest.BuilderUpdateLocalPeeringGatewayRequest.Builder. copy(UpdateLocalPeeringGatewayRequest o)Copy method to populate the builder with values from the given instance.
-