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