Uses of Class
com.oracle.bmc.fleetappsmanagement.model.MaintenanceWindowSummary
-
Packages that use MaintenanceWindowSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of MaintenanceWindowSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type MaintenanceWindowSummary Modifier and Type Method Description Iterable<MaintenanceWindowSummary>
FleetAppsManagementMaintenanceWindowPaginators. listMaintenanceWindowsRecordIterator(ListMaintenanceWindowsRequest request)
Creates a new iterable which will iterate over theMaintenanceWindowSummary
objects contained in responses from the listMaintenanceWindows operation. -
Uses of MaintenanceWindowSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return MaintenanceWindowSummary Modifier and Type Method Description MaintenanceWindowSummary
MaintenanceWindowSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type MaintenanceWindowSummary Modifier and Type Method Description List<MaintenanceWindowSummary>
MaintenanceWindowCollection. getItems()
List of maintenanceWindows.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type MaintenanceWindowSummary Modifier and Type Method Description MaintenanceWindowSummary.Builder
MaintenanceWindowSummary.Builder. copy(MaintenanceWindowSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type MaintenanceWindowSummary Modifier and Type Method Description MaintenanceWindowCollection.Builder
MaintenanceWindowCollection.Builder. items(List<MaintenanceWindowSummary> items)
List of maintenanceWindows.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type MaintenanceWindowSummary Constructor Description MaintenanceWindowCollection(List<MaintenanceWindowSummary> items)
Deprecated.
-