Uses of Class
com.oracle.bmc.mediaservices.model.StreamPackagingConfig.LifecycleState
-
Packages that use StreamPackagingConfig.LifecycleState Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model com.oracle.bmc.mediaservices.requests -
-
Uses of StreamPackagingConfig.LifecycleState in com.oracle.bmc.mediaservices
-
Uses of StreamPackagingConfig.LifecycleState in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return StreamPackagingConfig.LifecycleState Modifier and Type Method Description static StreamPackagingConfig.LifecycleState
StreamPackagingConfig.LifecycleState. create(String key)
StreamPackagingConfig.LifecycleState
StreamPackagingConfig. getLifecycleState()
The current state of the Packaging Configuration.StreamPackagingConfig.LifecycleState
StreamPackagingConfigSummary. getLifecycleState()
The current state of the Distribution Channel.static StreamPackagingConfig.LifecycleState
StreamPackagingConfig.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamPackagingConfig.LifecycleState[]
StreamPackagingConfig.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 StreamPackagingConfig.LifecycleState Modifier and Type Method Description DashStreamPackagingConfig.Builder
DashStreamPackagingConfig.Builder. lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState)
HlsStreamPackagingConfig.Builder
HlsStreamPackagingConfig.Builder. lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState)
StreamPackagingConfigSummary.Builder
StreamPackagingConfigSummary.Builder. lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState)
The current state of the Distribution Channel.Constructors in com.oracle.bmc.mediaservices.model with parameters of type StreamPackagingConfig.LifecycleState Constructor Description DashStreamPackagingConfig(String id, String compartmentId, String distributionChannelId, String displayName, Integer segmentTimeInSeconds, StreamPackagingConfigEncryption encryption, Date timeCreated, Date timeUpdated, StreamPackagingConfig.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.HlsStreamPackagingConfig(String id, String compartmentId, String distributionChannelId, String displayName, Integer segmentTimeInSeconds, StreamPackagingConfigEncryption encryption, Date timeCreated, Date timeUpdated, StreamPackagingConfig.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.StreamPackagingConfig(String id, String compartmentId, String distributionChannelId, String displayName, Integer segmentTimeInSeconds, StreamPackagingConfigEncryption encryption, Date timeCreated, Date timeUpdated, StreamPackagingConfig.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.StreamPackagingConfigSummary(String id, String compartmentId, String distributionChannelId, String displayName, Date timeCreated, Date timeUpdated, StreamPackagingConfig.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated. -
Uses of StreamPackagingConfig.LifecycleState in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return StreamPackagingConfig.LifecycleState Modifier and Type Method Description StreamPackagingConfig.LifecycleState
ListStreamPackagingConfigsRequest. 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 StreamPackagingConfig.LifecycleState Modifier and Type Method Description ListStreamPackagingConfigsRequest.Builder
ListStreamPackagingConfigsRequest.Builder. lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given lifecycleState.
-