Uses of Class
com.oracle.bmc.apigateway.requests.UpdateGatewayRequest
- 
Packages that use UpdateGatewayRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests 
- 
- 
Uses of UpdateGatewayRequest in com.oracle.bmc.apigatewayMethods in com.oracle.bmc.apigateway with parameters of type UpdateGatewayRequest Modifier and Type Method Description UpdateGatewayResponseGateway. updateGateway(UpdateGatewayRequest request)Updates the gateway with the given identifier.Future<UpdateGatewayResponse>GatewayAsync. updateGateway(UpdateGatewayRequest request, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResponse> handler)Updates the gateway with the given identifier.Future<UpdateGatewayResponse>GatewayAsyncClient. updateGateway(UpdateGatewayRequest request, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResponse> handler)UpdateGatewayResponseGatewayClient. updateGateway(UpdateGatewayRequest request)Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateGatewayRequest Modifier and Type Method Description Future<UpdateGatewayResponse>GatewayAsync. updateGateway(UpdateGatewayRequest request, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResponse> handler)Updates the gateway with the given identifier.Future<UpdateGatewayResponse>GatewayAsyncClient. updateGateway(UpdateGatewayRequest request, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResponse> handler)
- 
Uses of UpdateGatewayRequest in com.oracle.bmc.apigateway.requestsMethods in com.oracle.bmc.apigateway.requests that return UpdateGatewayRequest Modifier and Type Method Description UpdateGatewayRequestUpdateGatewayRequest.Builder. build()Build the instance of UpdateGatewayRequest as configured by this builderUpdateGatewayRequestUpdateGatewayRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateGatewayRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type UpdateGatewayRequest Modifier and Type Method Description UpdateGatewayRequest.BuilderUpdateGatewayRequest.Builder. copy(UpdateGatewayRequest o)Copy method to populate the builder with values from the given instance.
 
-