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