Package | Description |
---|---|
com.oracle.bmc.adm | |
com.oracle.bmc.adm.model | |
com.oracle.bmc.adm.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse> |
ApplicationDependencyManagementWaiters.forKnowledgeBase(GetKnowledgeBaseRequest request,
KnowledgeBase.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse> |
ApplicationDependencyManagementWaiters.forKnowledgeBase(GetKnowledgeBaseRequest request,
KnowledgeBase.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse> |
ApplicationDependencyManagementWaiters.forKnowledgeBase(GetKnowledgeBaseRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
KnowledgeBase.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static KnowledgeBase.LifecycleState |
KnowledgeBase.LifecycleState.create(String key) |
KnowledgeBase.LifecycleState |
KnowledgeBaseSummary.getLifecycleState()
The current lifecycle state of the knowledge base.
|
KnowledgeBase.LifecycleState |
KnowledgeBase.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.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeBaseSummary.Builder |
KnowledgeBaseSummary.Builder.lifecycleState(KnowledgeBase.LifecycleState lifecycleState)
The current lifecycle state of the knowledge base.
|
KnowledgeBase.Builder |
KnowledgeBase.Builder.lifecycleState(KnowledgeBase.LifecycleState lifecycleState)
The current lifecycle state of the knowledge base.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeBase.LifecycleState |
ListKnowledgeBasesRequest.getLifecycleState()
A filter to return only Knowledge Bases that match the specified lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListKnowledgeBasesRequest.Builder |
ListKnowledgeBasesRequest.Builder.lifecycleState(KnowledgeBase.LifecycleState lifecycleState)
A filter to return only Knowledge Bases that match the specified lifecycleState.
|
Copyright © 2016–2024. All rights reserved.