Uses of Class
com.oracle.bmc.core.responses.GetRouteTableResponse
-
Packages that use GetRouteTableResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetRouteTableResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetRouteTableResponse Modifier and Type Method Description GetRouteTableResponseVirtualNetwork. getRouteTable(GetRouteTableRequest request)Gets the specified route table’s information.GetRouteTableResponseVirtualNetworkClient. getRouteTable(GetRouteTableRequest request)Method parameters in com.oracle.bmc.core with type arguments of type GetRouteTableResponse Modifier and Type Method Description Future<GetRouteTableResponse>VirtualNetworkAsync. getRouteTable(GetRouteTableRequest request, AsyncHandler<GetRouteTableRequest,GetRouteTableResponse> handler)Gets the specified route table’s information.Future<GetRouteTableResponse>VirtualNetworkAsyncClient. getRouteTable(GetRouteTableRequest request, AsyncHandler<GetRouteTableRequest,GetRouteTableResponse> handler) -
Uses of GetRouteTableResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetRouteTableResponse Modifier and Type Method Description GetRouteTableResponseGetRouteTableResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetRouteTableResponse Modifier and Type Method Description GetRouteTableResponse.BuilderGetRouteTableResponse.Builder. copy(GetRouteTableResponse o)Copy method to populate the builder with values from the given instance.
-