Uses of Class
com.oracle.bmc.fleetappsmanagement.model.RunbookCollection
-
Packages that use RunbookCollection Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of RunbookCollection in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return RunbookCollection Modifier and Type Method Description RunbookCollection
RunbookCollection.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type RunbookCollection Modifier and Type Method Description RunbookCollection.Builder
RunbookCollection.Builder. copy(RunbookCollection model)
-
Uses of RunbookCollection in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return RunbookCollection Modifier and Type Method Description RunbookCollection
ListRunbooksResponse. getRunbookCollection()
The returned RunbookCollection instance.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type RunbookCollection Modifier and Type Method Description ListRunbooksResponse.Builder
ListRunbooksResponse.Builder. runbookCollection(RunbookCollection runbookCollection)
The returned RunbookCollection instance.
-