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