Uses of Class
com.oracle.bmc.fleetappsmanagement.model.RunbookExportStatusSummary
-
Packages that use RunbookExportStatusSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of RunbookExportStatusSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type RunbookExportStatusSummary Modifier and Type Method Description Iterable<RunbookExportStatusSummary>FleetAppsManagementRunbooksPaginators. listRunbookExportStatusesRecordIterator(ListRunbookExportStatusesRequest request)Creates a new iterable which will iterate over theRunbookExportStatusSummaryobjects contained in responses from the listRunbookExportStatuses operation. -
Uses of RunbookExportStatusSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return RunbookExportStatusSummary Modifier and Type Method Description RunbookExportStatusSummaryRunbookExportStatusSummary.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type RunbookExportStatusSummary Modifier and Type Method Description List<RunbookExportStatusSummary>RunbookExportStatusCollection. getItems()List of Runbook export status.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type RunbookExportStatusSummary Modifier and Type Method Description RunbookExportStatusSummary.BuilderRunbookExportStatusSummary.Builder. copy(RunbookExportStatusSummary model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type RunbookExportStatusSummary Modifier and Type Method Description RunbookExportStatusCollection.BuilderRunbookExportStatusCollection.Builder. items(List<RunbookExportStatusSummary> items)List of Runbook export status.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type RunbookExportStatusSummary Constructor Description RunbookExportStatusCollection(List<RunbookExportStatusSummary> items)Deprecated.
-