Uses of Class
com.oracle.bmc.apigateway.model.Gateway
-
Packages that use Gateway Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.responses -
-
Uses of Gateway in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Gateway Modifier and Type Method Description Gateway
Gateway.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type Gateway Modifier and Type Method Description Gateway.Builder
Gateway.Builder. copy(Gateway model)
-
Uses of Gateway in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return Gateway Modifier and Type Method Description Gateway
CreateGatewayResponse. getGateway()
The returned Gateway instance.Gateway
GetGatewayResponse. getGateway()
The returned Gateway instance.Methods in com.oracle.bmc.apigateway.responses with parameters of type Gateway Modifier and Type Method Description CreateGatewayResponse.Builder
CreateGatewayResponse.Builder. gateway(Gateway gateway)
The returned Gateway instance.GetGatewayResponse.Builder
GetGatewayResponse.Builder. gateway(Gateway gateway)
The returned Gateway instance.
-