Uses of Class
com.oracle.bmc.apmsynthetics.model.VantagePointExecution
- 
Packages that use VantagePointExecution Package Description com.oracle.bmc.apmsynthetics.model 
- 
- 
Uses of VantagePointExecution in com.oracle.bmc.apmsynthetics.modelMethods in com.oracle.bmc.apmsynthetics.model that return VantagePointExecution Modifier and Type Method Description VantagePointExecutionVantagePointExecution.Builder. build()Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type VantagePointExecution Modifier and Type Method Description List<VantagePointExecution>AggregateNetworkDataDetails. getVantagePointExecutionTimes()List of VantagePointExecution items.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type VantagePointExecution Modifier and Type Method Description VantagePointExecution.BuilderVantagePointExecution.Builder. copy(VantagePointExecution model)Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type VantagePointExecution Modifier and Type Method Description AggregateNetworkDataDetails.BuilderAggregateNetworkDataDetails.Builder. vantagePointExecutionTimes(List<VantagePointExecution> vantagePointExecutionTimes)List of VantagePointExecution items.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type VantagePointExecution Constructor Description AggregateNetworkDataDetails(List<VantagePointExecution> vantagePointExecutionTimes)Deprecated.
 
-