Uses of Class
com.oracle.bmc.fleetappsmanagement.model.RunbookSummary
-
Packages that use RunbookSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of RunbookSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type RunbookSummary Modifier and Type Method Description Iterable<RunbookSummary>
FleetAppsManagementRunbooksPaginators. listRunbooksRecordIterator(ListRunbooksRequest request)
Creates a new iterable which will iterate over theRunbookSummary
objects contained in responses from the listRunbooks operation. -
Uses of RunbookSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return RunbookSummary Modifier and Type Method Description RunbookSummary
RunbookSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type RunbookSummary Modifier and Type Method Description List<RunbookSummary>
RunbookCollection. getItems()
List of runbooks.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type RunbookSummary Modifier and Type Method Description RunbookSummary.Builder
RunbookSummary.Builder. copy(RunbookSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type RunbookSummary Modifier and Type Method Description RunbookCollection.Builder
RunbookCollection.Builder. items(List<RunbookSummary> items)
List of runbooks.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type RunbookSummary Constructor Description RunbookCollection(List<RunbookSummary> items)
Deprecated.
-