Uses of Class
com.oracle.bmc.database.model.ScheduledActionSummary
-
Packages that use ScheduledActionSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of ScheduledActionSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type ScheduledActionSummary Modifier and Type Method Description Iterable<ScheduledActionSummary>
DatabasePaginators. listScheduledActionsRecordIterator(ListScheduledActionsRequest request)
Creates a new iterable which will iterate over theScheduledActionSummary
objects contained in responses from the listScheduledActions operation. -
Uses of ScheduledActionSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ScheduledActionSummary Modifier and Type Method Description ScheduledActionSummary
ScheduledActionSummary.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type ScheduledActionSummary Modifier and Type Method Description List<ScheduledActionSummary>
ScheduledActionCollection. getItems()
List of Scheduled Action resources.Methods in com.oracle.bmc.database.model with parameters of type ScheduledActionSummary Modifier and Type Method Description ScheduledActionSummary.Builder
ScheduledActionSummary.Builder. copy(ScheduledActionSummary model)
Method parameters in com.oracle.bmc.database.model with type arguments of type ScheduledActionSummary Modifier and Type Method Description ScheduledActionCollection.Builder
ScheduledActionCollection.Builder. items(List<ScheduledActionSummary> items)
List of Scheduled Action resources.Constructor parameters in com.oracle.bmc.database.model with type arguments of type ScheduledActionSummary Constructor Description ScheduledActionCollection(List<ScheduledActionSummary> items)
Deprecated.
-