Uses of Class
com.oracle.bmc.usageapi.model.ScheduledRunSummary
-
Packages that use ScheduledRunSummary Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.model -
-
Uses of ScheduledRunSummary in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return types with arguments of type ScheduledRunSummary Modifier and Type Method Description Iterable<ScheduledRunSummary>
UsageapiPaginators. listScheduledRunsRecordIterator(ListScheduledRunsRequest request)
Creates a new iterable which will iterate over theScheduledRunSummary
objects contained in responses from the listScheduledRuns operation. -
Uses of ScheduledRunSummary in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return ScheduledRunSummary Modifier and Type Method Description ScheduledRunSummary
ScheduledRunSummary.Builder. build()
Methods in com.oracle.bmc.usageapi.model that return types with arguments of type ScheduledRunSummary Modifier and Type Method Description List<ScheduledRunSummary>
ScheduledRunCollection. getItems()
The schedule past run list.Methods in com.oracle.bmc.usageapi.model with parameters of type ScheduledRunSummary Modifier and Type Method Description ScheduledRunSummary.Builder
ScheduledRunSummary.Builder. copy(ScheduledRunSummary model)
Method parameters in com.oracle.bmc.usageapi.model with type arguments of type ScheduledRunSummary Modifier and Type Method Description ScheduledRunCollection.Builder
ScheduledRunCollection.Builder. items(List<ScheduledRunSummary> items)
The schedule past run list.Constructor parameters in com.oracle.bmc.usageapi.model with type arguments of type ScheduledRunSummary Constructor Description ScheduledRunCollection(List<ScheduledRunSummary> items)
Deprecated.
-