Uses of Class
com.oracle.bmc.apmsynthetics.model.MaintenanceWindowSchedule
-
Packages that use MaintenanceWindowSchedule Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of MaintenanceWindowSchedule in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return MaintenanceWindowSchedule Modifier and Type Method Description MaintenanceWindowSchedule
MaintenanceWindowSchedule.Builder. build()
MaintenanceWindowSchedule
CreateMonitorDetails. getMaintenanceWindowSchedule()
MaintenanceWindowSchedule
Monitor. getMaintenanceWindowSchedule()
MaintenanceWindowSchedule
MonitorSummary. getMaintenanceWindowSchedule()
MaintenanceWindowSchedule
UpdateMonitorDetails. getMaintenanceWindowSchedule()
Methods in com.oracle.bmc.apmsynthetics.model with parameters of type MaintenanceWindowSchedule Modifier and Type Method Description MaintenanceWindowSchedule.Builder
MaintenanceWindowSchedule.Builder. copy(MaintenanceWindowSchedule model)
CreateMonitorDetails.Builder
CreateMonitorDetails.Builder. maintenanceWindowSchedule(MaintenanceWindowSchedule maintenanceWindowSchedule)
Monitor.Builder
Monitor.Builder. maintenanceWindowSchedule(MaintenanceWindowSchedule maintenanceWindowSchedule)
MonitorSummary.Builder
MonitorSummary.Builder. maintenanceWindowSchedule(MaintenanceWindowSchedule maintenanceWindowSchedule)
UpdateMonitorDetails.Builder
UpdateMonitorDetails.Builder. maintenanceWindowSchedule(MaintenanceWindowSchedule maintenanceWindowSchedule)
Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type MaintenanceWindowSchedule Constructor Description CreateMonitorDetails(String displayName, MonitorTypes monitorType, List<String> vantagePoints, String scriptId, MonitorStatus status, Integer repeatIntervalInSeconds, Boolean isRunOnce, Integer timeoutInSeconds, String target, List<MonitorScriptParameter> scriptParameters, MonitorConfiguration configuration, AvailabilityConfiguration availabilityConfiguration, MaintenanceWindowSchedule maintenanceWindowSchedule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRunNow, SchedulingPolicy schedulingPolicy, Integer batchIntervalInSeconds, Boolean isIPv6)
Deprecated.Monitor(String id, String displayName, MonitorTypes monitorType, List<VantagePointInfo> vantagePoints, Integer vantagePointCount, String scriptId, String scriptName, MonitorStatus status, Integer repeatIntervalInSeconds, Boolean isRunOnce, Integer timeoutInSeconds, String target, List<MonitorScriptParameterInfo> scriptParameters, MonitorConfiguration configuration, AvailabilityConfiguration availabilityConfiguration, MaintenanceWindowSchedule maintenanceWindowSchedule, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRunNow, SchedulingPolicy schedulingPolicy, Integer batchIntervalInSeconds, Boolean isIPv6, String createdBy, String lastUpdatedBy)
Deprecated.MonitorSummary(String id, String displayName, MonitorTypes monitorType, List<VantagePointInfo> vantagePoints, Integer vantagePointCount, String scriptId, String scriptName, MonitorStatus status, Integer repeatIntervalInSeconds, Boolean isRunOnce, Integer timeoutInSeconds, String target, MonitorConfiguration configuration, MaintenanceWindowSchedule maintenanceWindowSchedule, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRunNow, SchedulingPolicy schedulingPolicy, Integer batchIntervalInSeconds, Boolean isIPv6, String createdBy, String lastUpdatedBy)
Deprecated.UpdateMonitorDetails(String displayName, List<String> vantagePoints, String scriptId, MonitorStatus status, Integer repeatIntervalInSeconds, Boolean isRunOnce, Integer timeoutInSeconds, String target, List<MonitorScriptParameter> scriptParameters, MonitorConfiguration configuration, AvailabilityConfiguration availabilityConfiguration, MaintenanceWindowSchedule maintenanceWindowSchedule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRunNow, SchedulingPolicy schedulingPolicy, Integer batchIntervalInSeconds, Boolean isIPv6)
Deprecated.
-