Uses of Class
com.oracle.bmc.apigateway.responses.GetGatewayResponse
-
Packages that use GetGatewayResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of GetGatewayResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return GetGatewayResponse Modifier and Type Method Description GetGatewayResponse
Gateway. getGateway(GetGatewayRequest request)
Gets a gateway by identifier.GetGatewayResponse
GatewayClient. getGateway(GetGatewayRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetGatewayResponse Modifier and Type Method Description Future<GetGatewayResponse>
GatewayAsync. getGateway(GetGatewayRequest request, AsyncHandler<GetGatewayRequest,GetGatewayResponse> handler)
Gets a gateway by identifier.Future<GetGatewayResponse>
GatewayAsyncClient. getGateway(GetGatewayRequest request, AsyncHandler<GetGatewayRequest,GetGatewayResponse> handler)
-
Uses of GetGatewayResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return GetGatewayResponse Modifier and Type Method Description GetGatewayResponse
GetGatewayResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type GetGatewayResponse Modifier and Type Method Description GetGatewayResponse.Builder
GetGatewayResponse.Builder. copy(GetGatewayResponse o)
Copy method to populate the builder with values from the given instance.
-