Uses of Class
com.oracle.bmc.mediaservices.model.StreamCdnConfig.LifecycleState
-
Packages that use StreamCdnConfig.LifecycleState Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model com.oracle.bmc.mediaservices.requests -
-
Uses of StreamCdnConfig.LifecycleState in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices with parameters of type StreamCdnConfig.LifecycleState Modifier and Type Method Description Waiter<GetStreamCdnConfigRequest,GetStreamCdnConfigResponse>
MediaServicesWaiters. forStreamCdnConfig(GetStreamCdnConfigRequest request, StreamCdnConfig.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStreamCdnConfigRequest,GetStreamCdnConfigResponse>
MediaServicesWaiters. forStreamCdnConfig(GetStreamCdnConfigRequest request, StreamCdnConfig.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStreamCdnConfigRequest,GetStreamCdnConfigResponse>
MediaServicesWaiters. forStreamCdnConfig(GetStreamCdnConfigRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, StreamCdnConfig.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of StreamCdnConfig.LifecycleState in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return StreamCdnConfig.LifecycleState Modifier and Type Method Description static StreamCdnConfig.LifecycleState
StreamCdnConfig.LifecycleState. create(String key)
StreamCdnConfig.LifecycleState
StreamCdnConfig. getLifecycleState()
The current state of the CDN Configuration.StreamCdnConfig.LifecycleState
StreamCdnConfigSummary. getLifecycleState()
The current state of the CDN Configuration.static StreamCdnConfig.LifecycleState
StreamCdnConfig.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamCdnConfig.LifecycleState[]
StreamCdnConfig.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 StreamCdnConfig.LifecycleState Modifier and Type Method Description StreamCdnConfig.Builder
StreamCdnConfig.Builder. lifecycleState(StreamCdnConfig.LifecycleState lifecycleState)
The current state of the CDN Configuration.StreamCdnConfigSummary.Builder
StreamCdnConfigSummary.Builder. lifecycleState(StreamCdnConfig.LifecycleState lifecycleState)
The current state of the CDN Configuration.Constructors in com.oracle.bmc.mediaservices.model with parameters of type StreamCdnConfig.LifecycleState Constructor Description StreamCdnConfig(String id, String displayName, String compartmentId, String distributionChannelId, Boolean isEnabled, StreamCdnConfigSection config, Date timeCreated, Date timeUpdated, StreamCdnConfig.LifecycleState lifecycleState, String lifecyleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.StreamCdnConfigSummary(String id, String displayName, String compartmentId, String distributionChannelId, Boolean isEnabled, Date timeCreated, Date timeUpdated, StreamCdnConfig.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated. -
Uses of StreamCdnConfig.LifecycleState in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return StreamCdnConfig.LifecycleState Modifier and Type Method Description StreamCdnConfig.LifecycleState
ListStreamCdnConfigsRequest. 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 StreamCdnConfig.LifecycleState Modifier and Type Method Description ListStreamCdnConfigsRequest.Builder
ListStreamCdnConfigsRequest.Builder. lifecycleState(StreamCdnConfig.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given lifecycleState.
-