| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
static KnowledgeBaseState |
KnowledgeBaseState.fromValue(String value)
Use this in place of valueOf.
|
static KnowledgeBaseState |
KnowledgeBaseState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnowledgeBaseState[] |
KnowledgeBaseState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AgentKnowledgeBaseSummary |
AgentKnowledgeBaseSummary.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState) |
UpdateAgentKnowledgeBaseRequest |
UpdateAgentKnowledgeBaseRequest.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState) |
AssociateAgentKnowledgeBaseRequest |
AssociateAgentKnowledgeBaseRequest.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState) |
AgentKnowledgeBase |
AgentKnowledgeBase.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState) |
Copyright © 2024. All rights reserved.