Uses of Class
com.oracle.bmc.usageapi.model.ScheduleSummary
-
Packages that use ScheduleSummary Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.model -
-
Uses of ScheduleSummary in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return types with arguments of type ScheduleSummary Modifier and Type Method Description Iterable<ScheduleSummary>
UsageapiPaginators. listSchedulesRecordIterator(ListSchedulesRequest request)
Creates a new iterable which will iterate over theScheduleSummary
objects contained in responses from the listSchedules operation. -
Uses of ScheduleSummary in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return ScheduleSummary Modifier and Type Method Description ScheduleSummary
ScheduleSummary.Builder. build()
Methods in com.oracle.bmc.usageapi.model that return types with arguments of type ScheduleSummary Modifier and Type Method Description List<ScheduleSummary>
ScheduleCollection. getItems()
Schedule summary list.Methods in com.oracle.bmc.usageapi.model with parameters of type ScheduleSummary Modifier and Type Method Description ScheduleSummary.Builder
ScheduleSummary.Builder. copy(ScheduleSummary model)
Method parameters in com.oracle.bmc.usageapi.model with type arguments of type ScheduleSummary Modifier and Type Method Description ScheduleCollection.Builder
ScheduleCollection.Builder. items(List<ScheduleSummary> items)
Schedule summary list.Constructor parameters in com.oracle.bmc.usageapi.model with type arguments of type ScheduleSummary Constructor Description ScheduleCollection(List<ScheduleSummary> items)
Deprecated.
-