Uses of Class
com.oracle.bmc.lustrefilestorage.model.AvailableMaintenanceScheduleStartTimeSummary
-
Packages that use AvailableMaintenanceScheduleStartTimeSummary Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.model -
-
Uses of AvailableMaintenanceScheduleStartTimeSummary in com.oracle.bmc.lustrefilestorage
Methods in com.oracle.bmc.lustrefilestorage that return types with arguments of type AvailableMaintenanceScheduleStartTimeSummary Modifier and Type Method Description Iterable<AvailableMaintenanceScheduleStartTimeSummary>LustreFileStoragePaginators. listAvailableMaintenanceScheduleStartTimesRecordIterator(ListAvailableMaintenanceScheduleStartTimesRequest request)Creates a new iterable which will iterate over theAvailableMaintenanceScheduleStartTimeSummaryobjects contained in responses from the listAvailableMaintenanceScheduleStartTimes operation. -
Uses of AvailableMaintenanceScheduleStartTimeSummary in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return AvailableMaintenanceScheduleStartTimeSummary Modifier and Type Method Description AvailableMaintenanceScheduleStartTimeSummaryAvailableMaintenanceScheduleStartTimeSummary.Builder. build()Methods in com.oracle.bmc.lustrefilestorage.model that return types with arguments of type AvailableMaintenanceScheduleStartTimeSummary Modifier and Type Method Description List<AvailableMaintenanceScheduleStartTimeSummary>AvailableMaintenanceScheduleStartTimeCollection. getItems()List of available start times on every day of the weekMethods in com.oracle.bmc.lustrefilestorage.model with parameters of type AvailableMaintenanceScheduleStartTimeSummary Modifier and Type Method Description AvailableMaintenanceScheduleStartTimeSummary.BuilderAvailableMaintenanceScheduleStartTimeSummary.Builder. copy(AvailableMaintenanceScheduleStartTimeSummary model)Method parameters in com.oracle.bmc.lustrefilestorage.model with type arguments of type AvailableMaintenanceScheduleStartTimeSummary Modifier and Type Method Description AvailableMaintenanceScheduleStartTimeCollection.BuilderAvailableMaintenanceScheduleStartTimeCollection.Builder. items(List<AvailableMaintenanceScheduleStartTimeSummary> items)List of available start times on every day of the weekConstructor parameters in com.oracle.bmc.lustrefilestorage.model with type arguments of type AvailableMaintenanceScheduleStartTimeSummary Constructor Description AvailableMaintenanceScheduleStartTimeCollection(List<AvailableMaintenanceScheduleStartTimeSummary> items)Deprecated.
-