| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentSummary |
AgentSummary.clone() |
AgentSummary |
AgentSummary.withAgentId(String agentId) |
AgentSummary |
AgentSummary.withAgentName(String agentName) |
AgentSummary |
AgentSummary.withAgentStatus(AgentStatus agentStatus) |
AgentSummary |
AgentSummary.withAgentStatus(String agentStatus) |
AgentSummary |
AgentSummary.withDescription(String description) |
AgentSummary |
AgentSummary.withLatestAgentVersion(String latestAgentVersion) |
AgentSummary |
AgentSummary.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<AgentSummary> |
ListAgentsResult.getAgentSummaries() |
| Modifier and Type | Method and Description |
|---|---|
ListAgentsResult |
ListAgentsResult.withAgentSummaries(AgentSummary... agentSummaries)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentsResult.setAgentSummaries(Collection<AgentSummary> agentSummaries) |
ListAgentsResult |
ListAgentsResult.withAgentSummaries(Collection<AgentSummary> agentSummaries) |
Copyright © 2024. All rights reserved.