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