Package | Description |
---|---|
com.oracle.bmc.mediaservices | |
com.oracle.bmc.mediaservices.model | |
com.oracle.bmc.mediaservices.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMediaWorkflowRequest,GetMediaWorkflowResponse> |
MediaServicesWaiters.forMediaWorkflow(GetMediaWorkflowRequest request,
MediaWorkflow.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMediaWorkflowRequest,GetMediaWorkflowResponse> |
MediaServicesWaiters.forMediaWorkflow(GetMediaWorkflowRequest request,
MediaWorkflow.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMediaWorkflowRequest,GetMediaWorkflowResponse> |
MediaServicesWaiters.forMediaWorkflow(GetMediaWorkflowRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
MediaWorkflow.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static MediaWorkflow.LifecycleState |
MediaWorkflow.LifecycleState.create(String key) |
MediaWorkflow.LifecycleState |
MediaWorkflowSummary.getLifecycleState()
The current state of the MediaWorkflow.
|
MediaWorkflow.LifecycleState |
MediaWorkflow.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.
|
Modifier and Type | Method and Description |
---|---|
MediaWorkflowSummary.Builder |
MediaWorkflowSummary.Builder.lifecycleState(MediaWorkflow.LifecycleState lifecycleState)
The current state of the MediaWorkflow.
|
MediaWorkflow.Builder |
MediaWorkflow.Builder.lifecycleState(MediaWorkflow.LifecycleState lifecycleState)
The current state of the MediaWorkflow.
|
Constructor and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.