Package | Description |
---|---|
com.oracle.bmc.mediaservices | |
com.oracle.bmc.mediaservices.model | |
com.oracle.bmc.mediaservices.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
StreamDistributionChannel.LifecycleState |
ListStreamDistributionChannelsRequest.getLifecycleState()
A filter to return only the resources with lifecycleState matching the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListStreamDistributionChannelsRequest.Builder |
ListStreamDistributionChannelsRequest.Builder.lifecycleState(StreamDistributionChannel.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.