Uses of Class
com.oracle.bmc.apmsynthetics.model.WorkersSummary
-
Packages that use WorkersSummary Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of WorkersSummary in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return WorkersSummary Modifier and Type Method Description WorkersSummary
WorkersSummary.Builder. build()
WorkersSummary
OnPremiseVantagePoint. getWorkersSummary()
WorkersSummary
OnPremiseVantagePointSummary. getWorkersSummary()
Methods in com.oracle.bmc.apmsynthetics.model with parameters of type WorkersSummary Modifier and Type Method Description WorkersSummary.Builder
WorkersSummary.Builder. copy(WorkersSummary model)
OnPremiseVantagePoint.Builder
OnPremiseVantagePoint.Builder. workersSummary(WorkersSummary workersSummary)
OnPremiseVantagePointSummary.Builder
OnPremiseVantagePointSummary.Builder. workersSummary(WorkersSummary workersSummary)
Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type WorkersSummary Constructor Description OnPremiseVantagePoint(String id, String displayName, String name, OnPremiseVantagePoint.Type type, String description, WorkersSummary workersSummary, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.OnPremiseVantagePointSummary(String id, String displayName, String name, OnPremiseVantagePointSummary.Type type, String description, WorkersSummary workersSummary, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-