Uses of Class
com.oracle.bmc.core.responses.UpdateServiceGatewayResponse
-
Packages that use UpdateServiceGatewayResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateServiceGatewayResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateServiceGatewayResponse Modifier and Type Method Description UpdateServiceGatewayResponseVirtualNetwork. updateServiceGateway(UpdateServiceGatewayRequest request)Updates the specified service gateway.UpdateServiceGatewayResponseVirtualNetworkClient. updateServiceGateway(UpdateServiceGatewayRequest request)Methods in com.oracle.bmc.core that return types with arguments of type UpdateServiceGatewayResponse Modifier and Type Method Description Future<UpdateServiceGatewayResponse>VirtualNetworkAsync. updateServiceGateway(UpdateServiceGatewayRequest request, AsyncHandler<UpdateServiceGatewayRequest,UpdateServiceGatewayResponse> handler)Updates the specified service gateway.Future<UpdateServiceGatewayResponse>VirtualNetworkAsyncClient. updateServiceGateway(UpdateServiceGatewayRequest request, AsyncHandler<UpdateServiceGatewayRequest,UpdateServiceGatewayResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type UpdateServiceGatewayResponse Modifier and Type Method Description Future<UpdateServiceGatewayResponse>VirtualNetworkAsync. updateServiceGateway(UpdateServiceGatewayRequest request, AsyncHandler<UpdateServiceGatewayRequest,UpdateServiceGatewayResponse> handler)Updates the specified service gateway.Future<UpdateServiceGatewayResponse>VirtualNetworkAsyncClient. updateServiceGateway(UpdateServiceGatewayRequest request, AsyncHandler<UpdateServiceGatewayRequest,UpdateServiceGatewayResponse> handler) -
Uses of UpdateServiceGatewayResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateServiceGatewayResponse Modifier and Type Method Description UpdateServiceGatewayResponseUpdateServiceGatewayResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateServiceGatewayResponse Modifier and Type Method Description UpdateServiceGatewayResponse.BuilderUpdateServiceGatewayResponse.Builder. copy(UpdateServiceGatewayResponse o)Copy method to populate the builder with values from the given instance.
-