| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBaseSummary |
KnowledgeBaseSummary.clone() |
KnowledgeBaseSummary |
KnowledgeBaseSummary.withDescription(String description)
The description of the knowledge base.
|
KnowledgeBaseSummary |
KnowledgeBaseSummary.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base.
|
KnowledgeBaseSummary |
KnowledgeBaseSummary.withName(String name)
The name of the knowledge base.
|
KnowledgeBaseSummary |
KnowledgeBaseSummary.withStatus(KnowledgeBaseStatus status)
The status of the knowledge base.
|
KnowledgeBaseSummary |
KnowledgeBaseSummary.withStatus(String status)
The status of the knowledge base.
|
KnowledgeBaseSummary |
KnowledgeBaseSummary.withUpdatedAt(Date updatedAt)
The time at which the knowledge base was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<KnowledgeBaseSummary> |
ListKnowledgeBasesResult.getKnowledgeBaseSummaries()
A list of objects, each of which contains information about a knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
ListKnowledgeBasesResult |
ListKnowledgeBasesResult.withKnowledgeBaseSummaries(KnowledgeBaseSummary... knowledgeBaseSummaries)
A list of objects, each of which contains information about a knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKnowledgeBasesResult.setKnowledgeBaseSummaries(Collection<KnowledgeBaseSummary> knowledgeBaseSummaries)
A list of objects, each of which contains information about a knowledge base.
|
ListKnowledgeBasesResult |
ListKnowledgeBasesResult.withKnowledgeBaseSummaries(Collection<KnowledgeBaseSummary> knowledgeBaseSummaries)
A list of objects, each of which contains information about a knowledge base.
|
Copyright © 2025. All rights reserved.