Uses of Class
com.oracle.bmc.mediaservices.model.MediaWorkflow.LifecycleState
-
Packages that use MediaWorkflow.LifecycleState Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model com.oracle.bmc.mediaservices.requests -
-
Uses of MediaWorkflow.LifecycleState in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices with parameters of type MediaWorkflow.LifecycleState Modifier and Type Method Description Waiter<GetMediaWorkflowRequest,GetMediaWorkflowResponse>
MediaServicesWaiters. forMediaWorkflow(GetMediaWorkflowRequest request, MediaWorkflow.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMediaWorkflowRequest,GetMediaWorkflowResponse>
MediaServicesWaiters. forMediaWorkflow(GetMediaWorkflowRequest request, MediaWorkflow.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMediaWorkflowRequest,GetMediaWorkflowResponse>
MediaServicesWaiters. forMediaWorkflow(GetMediaWorkflowRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MediaWorkflow.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of MediaWorkflow.LifecycleState in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return MediaWorkflow.LifecycleState Modifier and Type Method Description static MediaWorkflow.LifecycleState
MediaWorkflow.LifecycleState. create(String key)
MediaWorkflow.LifecycleState
MediaWorkflow. getLifecycleState()
The current state of the MediaWorkflow.MediaWorkflow.LifecycleState
MediaWorkflowSummary. getLifecycleState()
The current state of the MediaWorkflow.static MediaWorkflow.LifecycleState
MediaWorkflow.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MediaWorkflow.LifecycleState[]
MediaWorkflow.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mediaservices.model with parameters of type MediaWorkflow.LifecycleState Modifier and Type Method Description MediaWorkflow.Builder
MediaWorkflow.Builder. lifecycleState(MediaWorkflow.LifecycleState lifecycleState)
The current state of the MediaWorkflow.MediaWorkflowSummary.Builder
MediaWorkflowSummary.Builder. lifecycleState(MediaWorkflow.LifecycleState lifecycleState)
The current state of the MediaWorkflow.Constructors in com.oracle.bmc.mediaservices.model with parameters of type MediaWorkflow.LifecycleState Constructor Description MediaWorkflow(String id, String displayName, String compartmentId, List<MediaWorkflowTask> tasks, List<String> mediaWorkflowConfigurationIds, Map<String,Object> parameters, Date timeCreated, Date timeUpdated, MediaWorkflow.LifecycleState lifecycleState, String lifecyleDetails, Long version, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MediaWorkflowSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, MediaWorkflow.LifecycleState lifecycleState, String lifecycleDetails, Long version, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated. -
Uses of MediaWorkflow.LifecycleState in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return MediaWorkflow.LifecycleState Modifier and Type Method Description MediaWorkflow.LifecycleState
ListMediaWorkflowConfigurationsRequest. getLifecycleState()
A filter to return only the resources with lifecycleState matching the given lifecycleState.MediaWorkflow.LifecycleState
ListMediaWorkflowsRequest. getLifecycleState()
A filter to return only the resources with lifecycleState matching the given lifecycleState.Methods in com.oracle.bmc.mediaservices.requests with parameters of type MediaWorkflow.LifecycleState Modifier and Type Method Description ListMediaWorkflowConfigurationsRequest.Builder
ListMediaWorkflowConfigurationsRequest.Builder. lifecycleState(MediaWorkflow.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given lifecycleState.ListMediaWorkflowsRequest.Builder
ListMediaWorkflowsRequest.Builder. lifecycleState(MediaWorkflow.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given lifecycleState.
-