Uses of Class
com.oracle.bmc.apmsynthetics.model.OnPremiseVantagePointSummary
-
Packages that use OnPremiseVantagePointSummary Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.model -
-
Uses of OnPremiseVantagePointSummary in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type OnPremiseVantagePointSummary Modifier and Type Method Description Iterable<OnPremiseVantagePointSummary>ApmSyntheticPaginators. listOnPremiseVantagePointsRecordIterator(ListOnPremiseVantagePointsRequest request)Creates a new iterable which will iterate over theOnPremiseVantagePointSummaryobjects contained in responses from the listOnPremiseVantagePoints operation. -
Uses of OnPremiseVantagePointSummary in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return OnPremiseVantagePointSummary Modifier and Type Method Description OnPremiseVantagePointSummaryOnPremiseVantagePointSummary.Builder. build()Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type OnPremiseVantagePointSummary Modifier and Type Method Description List<OnPremiseVantagePointSummary>OnPremiseVantagePointCollection. getItems()List of OnPremiseVantagePointSummary items.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type OnPremiseVantagePointSummary Modifier and Type Method Description OnPremiseVantagePointSummary.BuilderOnPremiseVantagePointSummary.Builder. copy(OnPremiseVantagePointSummary model)Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type OnPremiseVantagePointSummary Modifier and Type Method Description OnPremiseVantagePointCollection.BuilderOnPremiseVantagePointCollection.Builder. items(List<OnPremiseVantagePointSummary> items)List of OnPremiseVantagePointSummary items.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type OnPremiseVantagePointSummary Constructor Description OnPremiseVantagePointCollection(List<OnPremiseVantagePointSummary> items)Deprecated.
-