Uses of Class
com.oracle.bmc.core.responses.GetNetworkingTopologyResponse
-
Packages that use GetNetworkingTopologyResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetNetworkingTopologyResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetNetworkingTopologyResponse Modifier and Type Method Description GetNetworkingTopologyResponse
VirtualNetwork. getNetworkingTopology(GetNetworkingTopologyRequest request)
Gets a virtual networking topology for the current region.GetNetworkingTopologyResponse
VirtualNetworkClient. getNetworkingTopology(GetNetworkingTopologyRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetNetworkingTopologyResponse Modifier and Type Method Description Future<GetNetworkingTopologyResponse>
VirtualNetworkAsync. getNetworkingTopology(GetNetworkingTopologyRequest request, AsyncHandler<GetNetworkingTopologyRequest,GetNetworkingTopologyResponse> handler)
Gets a virtual networking topology for the current region.Future<GetNetworkingTopologyResponse>
VirtualNetworkAsyncClient. getNetworkingTopology(GetNetworkingTopologyRequest request, AsyncHandler<GetNetworkingTopologyRequest,GetNetworkingTopologyResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type GetNetworkingTopologyResponse Modifier and Type Method Description Future<GetNetworkingTopologyResponse>
VirtualNetworkAsync. getNetworkingTopology(GetNetworkingTopologyRequest request, AsyncHandler<GetNetworkingTopologyRequest,GetNetworkingTopologyResponse> handler)
Gets a virtual networking topology for the current region.Future<GetNetworkingTopologyResponse>
VirtualNetworkAsyncClient. getNetworkingTopology(GetNetworkingTopologyRequest request, AsyncHandler<GetNetworkingTopologyRequest,GetNetworkingTopologyResponse> handler)
-
Uses of GetNetworkingTopologyResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetNetworkingTopologyResponse Modifier and Type Method Description GetNetworkingTopologyResponse
GetNetworkingTopologyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetNetworkingTopologyResponse Modifier and Type Method Description GetNetworkingTopologyResponse.Builder
GetNetworkingTopologyResponse.Builder. copy(GetNetworkingTopologyResponse o)
Copy method to populate the builder with values from the given instance.
-