Uses of Class
com.oracle.bmc.core.requests.GetNetworkingTopologyRequest
-
Packages that use GetNetworkingTopologyRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetNetworkingTopologyRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type GetNetworkingTopologyRequest Modifier and Type Method Description GetNetworkingTopologyResponseVirtualNetwork. getNetworkingTopology(GetNetworkingTopologyRequest request)Gets a virtual networking topology for the current region.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)GetNetworkingTopologyResponseVirtualNetworkClient. getNetworkingTopology(GetNetworkingTopologyRequest request)Method parameters in com.oracle.bmc.core with type arguments of type GetNetworkingTopologyRequest 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 GetNetworkingTopologyRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetNetworkingTopologyRequest Modifier and Type Method Description GetNetworkingTopologyRequestGetNetworkingTopologyRequest.Builder. build()Build the instance of GetNetworkingTopologyRequest as configured by this builderGetNetworkingTopologyRequestGetNetworkingTopologyRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetNetworkingTopologyRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetNetworkingTopologyRequest Modifier and Type Method Description GetNetworkingTopologyRequest.BuilderGetNetworkingTopologyRequest.Builder. copy(GetNetworkingTopologyRequest o)Copy method to populate the builder with values from the given instance.
-