Package | Description |
---|---|
com.oracle.bmc.mediaservices | |
com.oracle.bmc.mediaservices.model | |
com.oracle.bmc.mediaservices.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMediaAssetRequest,GetMediaAssetResponse> |
MediaServicesWaiters.forMediaAsset(GetMediaAssetRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMediaAssetRequest,GetMediaAssetResponse> |
MediaServicesWaiters.forMediaAsset(GetMediaAssetRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMediaAssetRequest,GetMediaAssetResponse> |
MediaServicesWaiters.forMediaAsset(GetMediaAssetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
MediaAssetSummary.getLifecycleState()
The current state of the MediaAsset.
|
LifecycleState |
MediaAsset.getLifecycleState()
The current state of the MediaAsset.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MediaAssetSummary.Builder |
MediaAssetSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the MediaAsset.
|
MediaAsset.Builder |
MediaAsset.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the MediaAsset.
|
Constructor and Description |
---|
MediaAsset(String id,
String compartmentId,
String sourceMediaWorkflowId,
String mediaWorkflowJobId,
Long sourceMediaWorkflowVersion,
String displayName,
Date timeCreated,
LifecycleState lifecycleState,
AssetType type,
String parentMediaAssetId,
String masterMediaAssetId,
String bucketName,
String namespaceName,
String objectName,
String objectEtag,
Date timeUpdated,
Long segmentRangeStartIndex,
Long segmentRangeEndIndex,
List<Metadata> metadata,
List<MediaAssetTag> mediaAssetTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks)
Deprecated.
|
MediaAssetSummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
LifecycleState lifecycleState,
AssetType type,
Date timeUpdated,
String masterMediaAssetId,
String parentMediaAssetId,
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 |
---|---|
LifecycleState |
ListMediaAssetsRequest.getLifecycleState()
A filter to return only the resources with lifecycleState matching the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListMediaAssetsRequest.Builder |
ListMediaAssetsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.