Uses of Class
com.oracle.bmc.apmsynthetics.model.VantagePointNode
-
Packages that use VantagePointNode Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of VantagePointNode in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return VantagePointNode Modifier and Type Method Description VantagePointNodeVantagePointNode.Builder. build()Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type VantagePointNode Modifier and Type Method Description List<VantagePointNode>AggregatedNetworkData. getVantagePointNodes()List of vantage point nodes.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type VantagePointNode Modifier and Type Method Description VantagePointNode.BuilderVantagePointNode.Builder. copy(VantagePointNode model)Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type VantagePointNode Modifier and Type Method Description AggregatedNetworkData.BuilderAggregatedNetworkData.Builder. vantagePointNodes(List<VantagePointNode> vantagePointNodes)List of vantage point nodes.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type VantagePointNode Constructor Description AggregatedNetworkData(AggregatedNetworkData.ResultState resultState, List<VantagePointNode> vantagePointNodes, List<List<Node>> nodesByLevel, Map<String,Link> links, String errorDetails)Deprecated.
-