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.fleetappsmanagement
Methods 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 theRunbookVersionSummary
objects contained in responses from the listRunbookVersions operation. -
Uses of RunbookVersionSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return RunbookVersionSummary Modifier and Type Method Description RunbookVersionSummary
RunbookVersionSummary.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.Builder
RunbookVersionSummary.Builder. copy(RunbookVersionSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type RunbookVersionSummary Modifier and Type Method Description RunbookVersionCollection.Builder
RunbookVersionCollection.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.
-