| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBaseSummary |
KnowledgeBaseSummary.clone() |
KnowledgeBaseSummary |
KnowledgeBaseSummary.withDescription(String description) |
KnowledgeBaseSummary |
KnowledgeBaseSummary.withKnowledgeBaseId(String knowledgeBaseId) |
KnowledgeBaseSummary |
KnowledgeBaseSummary.withName(String name) |
KnowledgeBaseSummary |
KnowledgeBaseSummary.withStatus(KnowledgeBaseStatus status) |
KnowledgeBaseSummary |
KnowledgeBaseSummary.withStatus(String status) |
KnowledgeBaseSummary |
KnowledgeBaseSummary.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<KnowledgeBaseSummary> |
ListKnowledgeBasesResult.getKnowledgeBaseSummaries() |
| Modifier and Type | Method and Description |
|---|---|
ListKnowledgeBasesResult |
ListKnowledgeBasesResult.withKnowledgeBaseSummaries(KnowledgeBaseSummary... knowledgeBaseSummaries)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKnowledgeBasesResult.setKnowledgeBaseSummaries(Collection<KnowledgeBaseSummary> knowledgeBaseSummaries) |
ListKnowledgeBasesResult |
ListKnowledgeBasesResult.withKnowledgeBaseSummaries(Collection<KnowledgeBaseSummary> knowledgeBaseSummaries) |
Copyright © 2024. All rights reserved.