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