Uses of Class
com.oracle.bmc.aianomalydetection.model.DataAsset.LifecycleState
-
Packages that use DataAsset.LifecycleState Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.requests -
-
Uses of DataAsset.LifecycleState in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type DataAsset.LifecycleState Modifier and Type Method Description Waiter<GetDataAssetRequest,GetDataAssetResponse>
AnomalyDetectionWaiters. forDataAsset(GetDataAssetRequest request, DataAsset.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDataAssetRequest,GetDataAssetResponse>
AnomalyDetectionWaiters. forDataAsset(GetDataAssetRequest request, DataAsset.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDataAssetRequest,GetDataAssetResponse>
AnomalyDetectionWaiters. forDataAsset(GetDataAssetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DataAsset.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DataAsset.LifecycleState in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return DataAsset.LifecycleState Modifier and Type Method Description static DataAsset.LifecycleState
DataAsset.LifecycleState. create(String key)
DataAsset.LifecycleState
DataAsset. getLifecycleState()
The lifecycle state of the Data Asset.DataAsset.LifecycleState
DataAssetSummary. getLifecycleState()
The current state of the data asset.static DataAsset.LifecycleState
DataAsset.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataAsset.LifecycleState[]
DataAsset.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type DataAsset.LifecycleState Modifier and Type Method Description DataAsset.Builder
DataAsset.Builder. lifecycleState(DataAsset.LifecycleState lifecycleState)
The lifecycle state of the Data Asset.DataAssetSummary.Builder
DataAssetSummary.Builder. lifecycleState(DataAsset.LifecycleState lifecycleState)
The current state of the data asset.Constructors in com.oracle.bmc.aianomalydetection.model with parameters of type DataAsset.LifecycleState Constructor Description DataAsset(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, DataAsset.LifecycleState lifecycleState, String projectId, DataSourceDetails dataSourceDetails, String privateEndpointId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Object> systemTags)
Deprecated.DataAssetSummary(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, DataAsset.LifecycleState lifecycleState, String projectId, DataSourceType dataSourceType, String privateEndpointId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Object> systemTags)
Deprecated. -
Uses of DataAsset.LifecycleState in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return DataAsset.LifecycleState Modifier and Type Method Description DataAsset.LifecycleState
ListDataAssetsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.aianomalydetection.requests with parameters of type DataAsset.LifecycleState Modifier and Type Method Description ListDataAssetsRequest.Builder
ListDataAssetsRequest.Builder. lifecycleState(DataAsset.LifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-