Uses of Class
com.oracle.bmc.fleetappsmanagement.model.OperationRunbook
-
Packages that use OperationRunbook Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of OperationRunbook in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return OperationRunbook Modifier and Type Method Description OperationRunbook
OperationRunbook.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type OperationRunbook Modifier and Type Method Description List<OperationRunbook>
CreateSchedulerDefinitionDetails. getRunBooks()
Runbooks.List<OperationRunbook>
SchedulerDefinition. getRunBooks()
Runbooks.List<OperationRunbook>
UpdateSchedulerDefinitionDetails. getRunBooks()
Runbooks.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type OperationRunbook Modifier and Type Method Description OperationRunbook.Builder
OperationRunbook.Builder. copy(OperationRunbook model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type OperationRunbook Modifier and Type Method Description CreateSchedulerDefinitionDetails.Builder
CreateSchedulerDefinitionDetails.Builder. runBooks(List<OperationRunbook> runBooks)
Runbooks.SchedulerDefinition.Builder
SchedulerDefinition.Builder. runBooks(List<OperationRunbook> runBooks)
Runbooks.UpdateSchedulerDefinitionDetails.Builder
UpdateSchedulerDefinitionDetails.Builder. runBooks(List<OperationRunbook> runBooks)
Runbooks.
-