Uses of Class
com.oracle.bmc.database.model.SchedulingWindowSummary.LifecycleState
-
Packages that use SchedulingWindowSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of SchedulingWindowSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SchedulingWindowSummary.LifecycleState Modifier and Type Method Description static SchedulingWindowSummary.LifecycleState
SchedulingWindowSummary.LifecycleState. create(String key)
SchedulingWindowSummary.LifecycleState
SchedulingWindowSummary. getLifecycleState()
The current state of the Scheduling Window.static SchedulingWindowSummary.LifecycleState
SchedulingWindowSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulingWindowSummary.LifecycleState[]
SchedulingWindowSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type SchedulingWindowSummary.LifecycleState Modifier and Type Method Description SchedulingWindowSummary.Builder
SchedulingWindowSummary.Builder. lifecycleState(SchedulingWindowSummary.LifecycleState lifecycleState)
The current state of the Scheduling Window.Constructors in com.oracle.bmc.database.model with parameters of type SchedulingWindowSummary.LifecycleState Constructor Description SchedulingWindowSummary(String id, String compartmentId, String displayName, Date timeNextSchedulingWindowStarts, SchedulingWindowSummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, WindowPreferenceDetail windowPreference, String schedulingPolicyId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of SchedulingWindowSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return SchedulingWindowSummary.LifecycleState Modifier and Type Method Description SchedulingWindowSummary.LifecycleState
ListSchedulingWindowsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type SchedulingWindowSummary.LifecycleState Modifier and Type Method Description ListSchedulingWindowsRequest.Builder
ListSchedulingWindowsRequest.Builder. lifecycleState(SchedulingWindowSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-