Uses of Class
com.oracle.bmc.apmsynthetics.model.DedicatedVantagePointSummary
-
Packages that use DedicatedVantagePointSummary Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.model -
-
Uses of DedicatedVantagePointSummary in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type DedicatedVantagePointSummary Modifier and Type Method Description Iterable<DedicatedVantagePointSummary>ApmSyntheticPaginators. listDedicatedVantagePointsRecordIterator(ListDedicatedVantagePointsRequest request)Creates a new iterable which will iterate over theDedicatedVantagePointSummaryobjects contained in responses from the listDedicatedVantagePoints operation. -
Uses of DedicatedVantagePointSummary in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return DedicatedVantagePointSummary Modifier and Type Method Description DedicatedVantagePointSummaryDedicatedVantagePointSummary.Builder. build()Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type DedicatedVantagePointSummary Modifier and Type Method Description List<DedicatedVantagePointSummary>DedicatedVantagePointCollection. getItems()List of DedicatedVantagePointSummary items.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type DedicatedVantagePointSummary Modifier and Type Method Description DedicatedVantagePointSummary.BuilderDedicatedVantagePointSummary.Builder. copy(DedicatedVantagePointSummary model)Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type DedicatedVantagePointSummary Modifier and Type Method Description DedicatedVantagePointCollection.BuilderDedicatedVantagePointCollection.Builder. items(List<DedicatedVantagePointSummary> items)List of DedicatedVantagePointSummary items.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type DedicatedVantagePointSummary Constructor Description DedicatedVantagePointCollection(List<DedicatedVantagePointSummary> items)Deprecated.
-