Uses of Class
com.oracle.bmc.datascience.model.ScheduleLifecycleState
-
Packages that use ScheduleLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ScheduleLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ScheduleLifecycleState Modifier and Type Method Description Waiter<GetScheduleRequest,GetScheduleResponse>
DataScienceWaiters. forSchedule(GetScheduleRequest request, ScheduleLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduleRequest,GetScheduleResponse>
DataScienceWaiters. forSchedule(GetScheduleRequest request, ScheduleLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduleRequest,GetScheduleResponse>
DataScienceWaiters. forSchedule(GetScheduleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ScheduleLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ScheduleLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ScheduleLifecycleState Modifier and Type Method Description static ScheduleLifecycleState
ScheduleLifecycleState. create(String key)
ScheduleLifecycleState
Schedule. getLifecycleState()
The current state of the schedule.ScheduleLifecycleState
ScheduleSummary. getLifecycleState()
The current state of the schedule.static ScheduleLifecycleState
ScheduleLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduleLifecycleState[]
ScheduleLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type ScheduleLifecycleState Modifier and Type Method Description Schedule.Builder
Schedule.Builder. lifecycleState(ScheduleLifecycleState lifecycleState)
The current state of the schedule.ScheduleSummary.Builder
ScheduleSummary.Builder. lifecycleState(ScheduleLifecycleState lifecycleState)
The current state of the schedule.Constructors in com.oracle.bmc.datascience.model with parameters of type ScheduleLifecycleState Constructor Description Schedule(String id, String compartmentId, String projectId, String displayName, String description, Date timeLastScheduleRun, Date timeNextScheduledRun, Date timeCreated, Date timeUpdated, String createdBy, ScheduleLifecycleState lifecycleState, String lifecycleDetails, String lastScheduleRunDetails, ScheduleTrigger trigger, ScheduleAction action, ScheduleLogDetails logDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ScheduleSummary(String id, String displayName, String compartmentId, String projectId, ScheduleTrigger trigger, Date timeCreated, Date timeUpdated, String createdBy, ScheduleLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ScheduleLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ScheduleLifecycleState Modifier and Type Method Description ScheduleLifecycleState
ListSchedulesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.datascience.requests with parameters of type ScheduleLifecycleState Modifier and Type Method Description ListSchedulesRequest.Builder
ListSchedulesRequest.Builder. lifecycleState(ScheduleLifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-