Uses of Class
com.oracle.bmc.apigateway.requests.CreateGatewayRequest
- 
Packages that use CreateGatewayRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests 
- 
- 
Uses of CreateGatewayRequest in com.oracle.bmc.apigatewayMethods in com.oracle.bmc.apigateway with parameters of type CreateGatewayRequest Modifier and Type Method Description CreateGatewayResponseGateway. createGateway(CreateGatewayRequest request)Creates a new gateway.Future<CreateGatewayResponse>GatewayAsync. createGateway(CreateGatewayRequest request, AsyncHandler<CreateGatewayRequest,CreateGatewayResponse> handler)Creates a new gateway.Future<CreateGatewayResponse>GatewayAsyncClient. createGateway(CreateGatewayRequest request, AsyncHandler<CreateGatewayRequest,CreateGatewayResponse> handler)CreateGatewayResponseGatewayClient. createGateway(CreateGatewayRequest request)Method parameters in com.oracle.bmc.apigateway with type arguments of type CreateGatewayRequest Modifier and Type Method Description Future<CreateGatewayResponse>GatewayAsync. createGateway(CreateGatewayRequest request, AsyncHandler<CreateGatewayRequest,CreateGatewayResponse> handler)Creates a new gateway.Future<CreateGatewayResponse>GatewayAsyncClient. createGateway(CreateGatewayRequest request, AsyncHandler<CreateGatewayRequest,CreateGatewayResponse> handler)
- 
Uses of CreateGatewayRequest in com.oracle.bmc.apigateway.requestsMethods in com.oracle.bmc.apigateway.requests that return CreateGatewayRequest Modifier and Type Method Description CreateGatewayRequestCreateGatewayRequest.Builder. build()Build the instance of CreateGatewayRequest as configured by this builderCreateGatewayRequestCreateGatewayRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateGatewayRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type CreateGatewayRequest Modifier and Type Method Description CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. copy(CreateGatewayRequest o)Copy method to populate the builder with values from the given instance.
 
-