Uses of Class
com.oracle.bmc.adm.model.KnowledgeBase.LifecycleState
-
Packages that use KnowledgeBase.LifecycleState Package Description com.oracle.bmc.adm com.oracle.bmc.adm.model com.oracle.bmc.adm.requests -
-
Uses of KnowledgeBase.LifecycleState in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm with parameters of type KnowledgeBase.LifecycleState Modifier and Type Method Description Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse>
ApplicationDependencyManagementWaiters. forKnowledgeBase(GetKnowledgeBaseRequest request, KnowledgeBase.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse>
ApplicationDependencyManagementWaiters. forKnowledgeBase(GetKnowledgeBaseRequest request, KnowledgeBase.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse>
ApplicationDependencyManagementWaiters. forKnowledgeBase(GetKnowledgeBaseRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, KnowledgeBase.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of KnowledgeBase.LifecycleState in com.oracle.bmc.adm.model
Methods in com.oracle.bmc.adm.model that return KnowledgeBase.LifecycleState Modifier and Type Method Description static KnowledgeBase.LifecycleState
KnowledgeBase.LifecycleState. create(String key)
KnowledgeBase.LifecycleState
KnowledgeBase. getLifecycleState()
The current lifecycle state of the knowledge base.KnowledgeBase.LifecycleState
KnowledgeBaseSummary. getLifecycleState()
The current lifecycle state of the knowledge base.static KnowledgeBase.LifecycleState
KnowledgeBase.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static KnowledgeBase.LifecycleState[]
KnowledgeBase.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.adm.model with parameters of type KnowledgeBase.LifecycleState Modifier and Type Method Description KnowledgeBase.Builder
KnowledgeBase.Builder. lifecycleState(KnowledgeBase.LifecycleState lifecycleState)
The current lifecycle state of the knowledge base.KnowledgeBaseSummary.Builder
KnowledgeBaseSummary.Builder. lifecycleState(KnowledgeBase.LifecycleState lifecycleState)
The current lifecycle state of the knowledge base.Constructors in com.oracle.bmc.adm.model with parameters of type KnowledgeBase.LifecycleState Constructor Description KnowledgeBase(String id, String displayName, Date timeCreated, Date timeUpdated, KnowledgeBase.LifecycleState lifecycleState, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.KnowledgeBaseSummary(String id, String displayName, Date timeCreated, Date timeUpdated, String compartmentId, KnowledgeBase.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of KnowledgeBase.LifecycleState in com.oracle.bmc.adm.requests
Methods in com.oracle.bmc.adm.requests that return KnowledgeBase.LifecycleState Modifier and Type Method Description KnowledgeBase.LifecycleState
ListKnowledgeBasesRequest. getLifecycleState()
A filter to return only Knowledge Bases that match the specified lifecycleState.Methods in com.oracle.bmc.adm.requests with parameters of type KnowledgeBase.LifecycleState Modifier and Type Method Description ListKnowledgeBasesRequest.Builder
ListKnowledgeBasesRequest.Builder. lifecycleState(KnowledgeBase.LifecycleState lifecycleState)
A filter to return only Knowledge Bases that match the specified lifecycleState.
-