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