Uses of Class
com.oracle.bmc.apigateway.responses.CreateGatewayResponse
- 
Packages that use CreateGatewayResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses 
- 
- 
Uses of CreateGatewayResponse in com.oracle.bmc.apigatewayMethods in com.oracle.bmc.apigateway that return CreateGatewayResponse Modifier and Type Method Description CreateGatewayResponseGateway. createGateway(CreateGatewayRequest request)Creates a new gateway.CreateGatewayResponseGatewayClient. createGateway(CreateGatewayRequest request)Methods in com.oracle.bmc.apigateway that return types with arguments of type CreateGatewayResponse 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)Method parameters in com.oracle.bmc.apigateway with type arguments of type CreateGatewayResponse 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 CreateGatewayResponse in com.oracle.bmc.apigateway.responsesMethods in com.oracle.bmc.apigateway.responses that return CreateGatewayResponse Modifier and Type Method Description CreateGatewayResponseCreateGatewayResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type CreateGatewayResponse Modifier and Type Method Description CreateGatewayResponse.BuilderCreateGatewayResponse.Builder. copy(CreateGatewayResponse o)Copy method to populate the builder with values from the given instance.
 
-