Uses of Class
com.oracle.bmc.apmsynthetics.model.PublicVantagePointSummary
-
Packages that use PublicVantagePointSummary Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.model -
-
Uses of PublicVantagePointSummary in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type PublicVantagePointSummary Modifier and Type Method Description Iterable<PublicVantagePointSummary>
ApmSyntheticPaginators. listPublicVantagePointsRecordIterator(ListPublicVantagePointsRequest request)
Creates a new iterable which will iterate over thePublicVantagePointSummary
objects contained in responses from the listPublicVantagePoints operation. -
Uses of PublicVantagePointSummary in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return PublicVantagePointSummary Modifier and Type Method Description PublicVantagePointSummary
PublicVantagePointSummary.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type PublicVantagePointSummary Modifier and Type Method Description List<PublicVantagePointSummary>
PublicVantagePointCollection. getItems()
List of PublicVantagePointSummary items.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type PublicVantagePointSummary Modifier and Type Method Description PublicVantagePointSummary.Builder
PublicVantagePointSummary.Builder. copy(PublicVantagePointSummary model)
Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type PublicVantagePointSummary Modifier and Type Method Description PublicVantagePointCollection.Builder
PublicVantagePointCollection.Builder. items(List<PublicVantagePointSummary> items)
List of PublicVantagePointSummary items.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type PublicVantagePointSummary Constructor Description PublicVantagePointCollection(List<PublicVantagePointSummary> items)
Deprecated.
-