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.apigateway
Methods in com.oracle.bmc.apigateway that return CreateGatewayResponse Modifier and Type Method Description CreateGatewayResponse
Gateway. createGateway(CreateGatewayRequest request)
Creates a new gateway.CreateGatewayResponse
GatewayClient. 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.responses
Methods in com.oracle.bmc.apigateway.responses that return CreateGatewayResponse Modifier and Type Method Description CreateGatewayResponse
CreateGatewayResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type CreateGatewayResponse Modifier and Type Method Description CreateGatewayResponse.Builder
CreateGatewayResponse.Builder. copy(CreateGatewayResponse o)
Copy method to populate the builder with values from the given instance.
-