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.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type UpdateGatewayRequest Modifier and Type Method Description UpdateGatewayResponse
Gateway. 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)
UpdateGatewayResponse
GatewayClient. 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.requests
Methods in com.oracle.bmc.apigateway.requests that return UpdateGatewayRequest Modifier and Type Method Description UpdateGatewayRequest
UpdateGatewayRequest.Builder. build()
Build the instance of UpdateGatewayRequest as configured by this builderUpdateGatewayRequest
UpdateGatewayRequest.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.Builder
UpdateGatewayRequest.Builder. copy(UpdateGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-