Package | Description |
---|---|
com.oracle.bmc.mediaservices | |
com.oracle.bmc.mediaservices.model | |
com.oracle.bmc.mediaservices.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetStreamCdnConfigRequest,GetStreamCdnConfigResponse> |
MediaServicesWaiters.forStreamCdnConfig(GetStreamCdnConfigRequest request,
StreamCdnConfig.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetStreamCdnConfigRequest,GetStreamCdnConfigResponse> |
MediaServicesWaiters.forStreamCdnConfig(GetStreamCdnConfigRequest request,
StreamCdnConfig.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetStreamCdnConfigRequest,GetStreamCdnConfigResponse> |
MediaServicesWaiters.forStreamCdnConfig(GetStreamCdnConfigRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
StreamCdnConfig.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static StreamCdnConfig.LifecycleState |
StreamCdnConfig.LifecycleState.create(String key) |
StreamCdnConfig.LifecycleState |
StreamCdnConfigSummary.getLifecycleState()
The current state of the CDN Configuration.
|
StreamCdnConfig.LifecycleState |
StreamCdnConfig.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.
|
Modifier and Type | Method and Description |
---|---|
StreamCdnConfigSummary.Builder |
StreamCdnConfigSummary.Builder.lifecycleState(StreamCdnConfig.LifecycleState lifecycleState)
The current state of the CDN Configuration.
|
StreamCdnConfig.Builder |
StreamCdnConfig.Builder.lifecycleState(StreamCdnConfig.LifecycleState lifecycleState)
The current state of the CDN Configuration.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
StreamCdnConfig.LifecycleState |
ListStreamCdnConfigsRequest.getLifecycleState()
A filter to return only the resources with lifecycleState matching the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.lifecycleState(StreamCdnConfig.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.