Uses of Class
com.oracle.bmc.mediaservices.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model com.oracle.bmc.mediaservices.requests -
-
Uses of LifecycleState in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetMediaAssetRequest,GetMediaAssetResponse>
MediaServicesWaiters. forMediaAsset(GetMediaAssetRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMediaAssetRequest,GetMediaAssetResponse>
MediaServicesWaiters. forMediaAsset(GetMediaAssetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMediaAssetRequest,GetMediaAssetResponse>
MediaServicesWaiters. forMediaAsset(GetMediaAssetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
MediaAsset. getLifecycleState()
The current state of the MediaAsset.LifecycleState
MediaAssetSummary. getLifecycleState()
The current state of the MediaAsset.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
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 LifecycleState Modifier and Type Method Description MediaAsset.Builder
MediaAsset.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the MediaAsset.MediaAssetSummary.Builder
MediaAssetSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the MediaAsset.Constructors in com.oracle.bmc.mediaservices.model with parameters of type LifecycleState Constructor Description MediaAsset(String id, String compartmentId, String sourceMediaWorkflowId, String mediaWorkflowJobId, Long sourceMediaWorkflowVersion, String displayName, Date timeCreated, LifecycleState lifecycleState, AssetType type, String parentMediaAssetId, String masterMediaAssetId, String bucketName, String namespaceName, String objectName, String objectEtag, Date timeUpdated, Long segmentRangeStartIndex, Long segmentRangeEndIndex, List<Metadata> metadata, List<MediaAssetTag> mediaAssetTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.MediaAssetSummary(String id, String compartmentId, String displayName, Date timeCreated, LifecycleState lifecycleState, AssetType type, Date timeUpdated, String masterMediaAssetId, String parentMediaAssetId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListMediaAssetsRequest. 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 LifecycleState Modifier and Type Method Description ListMediaAssetsRequest.Builder
ListMediaAssetsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given lifecycleState.
-