Uses of Class
com.oracle.bmc.apmsynthetics.model.WorkerCollection
-
Packages that use WorkerCollection Package Description com.oracle.bmc.apmsynthetics.model com.oracle.bmc.apmsynthetics.responses -
-
Uses of WorkerCollection in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return WorkerCollection Modifier and Type Method Description WorkerCollection
WorkerCollection.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model with parameters of type WorkerCollection Modifier and Type Method Description WorkerCollection.Builder
WorkerCollection.Builder. copy(WorkerCollection model)
-
Uses of WorkerCollection in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return WorkerCollection Modifier and Type Method Description WorkerCollection
ListWorkersResponse. getWorkerCollection()
The returned WorkerCollection instance.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type WorkerCollection Modifier and Type Method Description ListWorkersResponse.Builder
ListWorkersResponse.Builder. workerCollection(WorkerCollection workerCollection)
The returned WorkerCollection instance.
-