Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.Schedule
-
Packages that use Schedule Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of Schedule in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return Schedule Modifier and Type Method Description Schedule
Schedule.Builder. build()
Schedule
CreateHostScanRecipeDetails. getSchedule()
Schedule
HostScanRecipe. getSchedule()
Schedule
UpdateHostScanRecipeDetails. getSchedule()
Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type Schedule Modifier and Type Method Description Schedule.Builder
Schedule.Builder. copy(Schedule model)
CreateHostScanRecipeDetails.Builder
CreateHostScanRecipeDetails.Builder. schedule(Schedule schedule)
HostScanRecipe.Builder
HostScanRecipe.Builder. schedule(Schedule schedule)
UpdateHostScanRecipeDetails.Builder
UpdateHostScanRecipeDetails.Builder. schedule(Schedule schedule)
Constructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type Schedule Constructor Description CreateHostScanRecipeDetails(String displayName, String compartmentId, HostScanPortSettings portSettings, HostScanAgentSettings agentSettings, ApplicationScanSettings applicationSettings, Schedule schedule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.HostScanRecipe(String id, String displayName, String compartmentId, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, HostScanPortSettings portSettings, HostScanAgentSettings agentSettings, ApplicationScanSettings applicationSettings, Schedule schedule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateHostScanRecipeDetails(String displayName, HostScanPortSettings portSettings, HostScanAgentSettings agentSettings, ApplicationScanSettings applicationSettings, Schedule schedule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-