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 GetNetworkingTopologyResponse
VirtualNetwork. 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)
GetNetworkingTopologyResponse
VirtualNetworkClient. 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 GetNetworkingTopologyRequest
GetNetworkingTopologyRequest.Builder. build()
Build the instance of GetNetworkingTopologyRequest as configured by this builderGetNetworkingTopologyRequest
GetNetworkingTopologyRequest.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.Builder
GetNetworkingTopologyRequest.Builder. copy(GetNetworkingTopologyRequest o)
Copy method to populate the builder with values from the given instance.
-