Uses of Class
com.oracle.bmc.database.model.ScheduledActionSummary.LifecycleState
-
Packages that use ScheduledActionSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ScheduledActionSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ScheduledActionSummary.LifecycleState Modifier and Type Method Description static ScheduledActionSummary.LifecycleState
ScheduledActionSummary.LifecycleState. create(String key)
ScheduledActionSummary.LifecycleState
ScheduledActionSummary. getLifecycleState()
The current state of the Scheduled Action.static ScheduledActionSummary.LifecycleState
ScheduledActionSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduledActionSummary.LifecycleState[]
ScheduledActionSummary.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 ScheduledActionSummary.LifecycleState Modifier and Type Method Description ScheduledActionSummary.Builder
ScheduledActionSummary.Builder. lifecycleState(ScheduledActionSummary.LifecycleState lifecycleState)
The current state of the Scheduled Action.Constructors in com.oracle.bmc.database.model with parameters of type ScheduledActionSummary.LifecycleState Constructor Description ScheduledActionSummary(String id, String schedulingPlanId, String compartmentId, String schedulingWindowId, String displayName, Integer actionOrder, ScheduledActionSummary.ActionType actionType, ScheduledActionSummary.LifecycleState lifecycleState, Integer estimatedTimeInMins, Map<String,String> actionParams, List<ActionMember> actionMembers, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of ScheduledActionSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ScheduledActionSummary.LifecycleState Modifier and Type Method Description ScheduledActionSummary.LifecycleState
ListScheduledActionsRequest. 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 ScheduledActionSummary.LifecycleState Modifier and Type Method Description ListScheduledActionsRequest.Builder
ListScheduledActionsRequest.Builder. lifecycleState(ScheduledActionSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-