Uses of Class
com.oracle.bmc.usageapi.model.ScheduledRunCollection
-
Packages that use ScheduledRunCollection Package Description com.oracle.bmc.usageapi.model com.oracle.bmc.usageapi.responses -
-
Uses of ScheduledRunCollection in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return ScheduledRunCollection Modifier and Type Method Description ScheduledRunCollection
ScheduledRunCollection.Builder. build()
Methods in com.oracle.bmc.usageapi.model with parameters of type ScheduledRunCollection Modifier and Type Method Description ScheduledRunCollection.Builder
ScheduledRunCollection.Builder. copy(ScheduledRunCollection model)
-
Uses of ScheduledRunCollection in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return ScheduledRunCollection Modifier and Type Method Description ScheduledRunCollection
ListScheduledRunsResponse. getScheduledRunCollection()
The returned ScheduledRunCollection instance.Methods in com.oracle.bmc.usageapi.responses with parameters of type ScheduledRunCollection Modifier and Type Method Description ListScheduledRunsResponse.Builder
ListScheduledRunsResponse.Builder. scheduledRunCollection(ScheduledRunCollection scheduledRunCollection)
The returned ScheduledRunCollection instance.
-