Uses of Class
com.oracle.bmc.database.model.ScheduledActionCollection
-
Packages that use ScheduledActionCollection Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of ScheduledActionCollection in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ScheduledActionCollection Modifier and Type Method Description ScheduledActionCollection
ScheduledActionCollection.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type ScheduledActionCollection Modifier and Type Method Description ScheduledActionCollection.Builder
ScheduledActionCollection.Builder. copy(ScheduledActionCollection model)
-
Uses of ScheduledActionCollection in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ScheduledActionCollection Modifier and Type Method Description ScheduledActionCollection
ListScheduledActionsResponse. getScheduledActionCollection()
The returned ScheduledActionCollection instance.Methods in com.oracle.bmc.database.responses with parameters of type ScheduledActionCollection Modifier and Type Method Description ListScheduledActionsResponse.Builder
ListScheduledActionsResponse.Builder. scheduledActionCollection(ScheduledActionCollection scheduledActionCollection)
The returned ScheduledActionCollection instance.
-