Uses of Class
com.oracle.bmc.usageapi.model.Schedule.LifecycleState
-
Packages that use Schedule.LifecycleState Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.model -
-
Uses of Schedule.LifecycleState in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi with parameters of type Schedule.LifecycleState Modifier and Type Method Description Waiter<GetScheduleRequest,GetScheduleResponse>
UsageapiWaiters. forSchedule(GetScheduleRequest request, Schedule.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduleRequest,GetScheduleResponse>
UsageapiWaiters. forSchedule(GetScheduleRequest request, Schedule.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduleRequest,GetScheduleResponse>
UsageapiWaiters. forSchedule(GetScheduleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Schedule.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Schedule.LifecycleState in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return Schedule.LifecycleState Modifier and Type Method Description static Schedule.LifecycleState
Schedule.LifecycleState. create(String key)
Schedule.LifecycleState
Schedule. getLifecycleState()
The schedule lifecycle state.Schedule.LifecycleState
ScheduleSummary. getLifecycleState()
The schedule summary lifecycle state.static Schedule.LifecycleState
Schedule.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schedule.LifecycleState[]
Schedule.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.usageapi.model with parameters of type Schedule.LifecycleState Modifier and Type Method Description Schedule.Builder
Schedule.Builder. lifecycleState(Schedule.LifecycleState lifecycleState)
The schedule lifecycle state.ScheduleSummary.Builder
ScheduleSummary.Builder. lifecycleState(Schedule.LifecycleState lifecycleState)
The schedule summary lifecycle state.Constructors in com.oracle.bmc.usageapi.model with parameters of type Schedule.LifecycleState Constructor Description Schedule(String id, String name, String compartmentId, ResultLocation resultLocation, String description, Date timeNextRun, Schedule.OutputFileFormat outputFileFormat, String savedReportId, String scheduleRecurrences, Date timeScheduled, QueryProperties queryProperties, Date timeCreated, Schedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ScheduleSummary(String id, String name, String description, Date timeNextRun, String scheduleRecurrences, Date timeScheduled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Schedule.LifecycleState lifecycleState)
Deprecated.
-