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