Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.model | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetScheduleRequest,GetScheduleResponse> |
DataScienceWaiters.forSchedule(GetScheduleRequest request,
ScheduleLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetScheduleRequest,GetScheduleResponse> |
DataScienceWaiters.forSchedule(GetScheduleRequest request,
ScheduleLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetScheduleRequest,GetScheduleResponse> |
DataScienceWaiters.forSchedule(GetScheduleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ScheduleLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ScheduleLifecycleState |
ScheduleLifecycleState.create(String key) |
ScheduleLifecycleState |
ScheduleSummary.getLifecycleState()
The current state of the schedule.
|
ScheduleLifecycleState |
Schedule.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.
|
Modifier and Type | Method and Description |
---|---|
ScheduleSummary.Builder |
ScheduleSummary.Builder.lifecycleState(ScheduleLifecycleState lifecycleState)
The current state of the schedule.
|
Schedule.Builder |
Schedule.Builder.lifecycleState(ScheduleLifecycleState lifecycleState)
The current state of the schedule.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ScheduleLifecycleState |
ListSchedulesRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListSchedulesRequest.Builder |
ListSchedulesRequest.Builder.lifecycleState(ScheduleLifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2025. All rights reserved.