| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentVersionSummary |
AgentVersionSummary.clone() |
AgentVersionSummary |
AgentVersionSummary.withAgentName(String agentName) |
AgentVersionSummary |
AgentVersionSummary.withAgentStatus(AgentStatus agentStatus) |
AgentVersionSummary |
AgentVersionSummary.withAgentStatus(String agentStatus) |
AgentVersionSummary |
AgentVersionSummary.withAgentVersion(String agentVersion) |
AgentVersionSummary |
AgentVersionSummary.withCreatedAt(Date createdAt) |
AgentVersionSummary |
AgentVersionSummary.withDescription(String description) |
AgentVersionSummary |
AgentVersionSummary.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<AgentVersionSummary> |
ListAgentVersionsResult.getAgentVersionSummaries() |
| Modifier and Type | Method and Description |
|---|---|
ListAgentVersionsResult |
ListAgentVersionsResult.withAgentVersionSummaries(AgentVersionSummary... agentVersionSummaries)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentVersionsResult.setAgentVersionSummaries(Collection<AgentVersionSummary> agentVersionSummaries) |
ListAgentVersionsResult |
ListAgentVersionsResult.withAgentVersionSummaries(Collection<AgentVersionSummary> agentVersionSummaries) |
Copyright © 2023. All rights reserved.