Uses of Class
com.oracle.bmc.fleetappsmanagement.model.RunbookVersionSummary
- 
Packages that use RunbookVersionSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model 
- 
- 
Uses of RunbookVersionSummary in com.oracle.bmc.fleetappsmanagementMethods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type RunbookVersionSummary Modifier and Type Method Description Iterable<RunbookVersionSummary>FleetAppsManagementRunbooksPaginators. listRunbookVersionsRecordIterator(ListRunbookVersionsRequest request)Creates a new iterable which will iterate over theRunbookVersionSummaryobjects contained in responses from the listRunbookVersions operation.
- 
Uses of RunbookVersionSummary in com.oracle.bmc.fleetappsmanagement.modelMethods in com.oracle.bmc.fleetappsmanagement.model that return RunbookVersionSummary Modifier and Type Method Description RunbookVersionSummaryRunbookVersionSummary.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type RunbookVersionSummary Modifier and Type Method Description List<RunbookVersionSummary>RunbookVersionCollection. getItems()List of fleetResources.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type RunbookVersionSummary Modifier and Type Method Description RunbookVersionSummary.BuilderRunbookVersionSummary.Builder. copy(RunbookVersionSummary model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type RunbookVersionSummary Modifier and Type Method Description RunbookVersionCollection.BuilderRunbookVersionCollection.Builder. items(List<RunbookVersionSummary> items)List of fleetResources.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type RunbookVersionSummary Constructor Description RunbookVersionCollection(List<RunbookVersionSummary> items)Deprecated.
 
-