| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ActionGroupSummary |
ActionGroupSummary.clone() |
ActionGroupSummary |
ActionGroupSummary.withActionGroupId(String actionGroupId) |
ActionGroupSummary |
ActionGroupSummary.withActionGroupName(String actionGroupName) |
ActionGroupSummary |
ActionGroupSummary.withActionGroupState(ActionGroupState actionGroupState) |
ActionGroupSummary |
ActionGroupSummary.withActionGroupState(String actionGroupState) |
ActionGroupSummary |
ActionGroupSummary.withDescription(String description) |
ActionGroupSummary |
ActionGroupSummary.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<ActionGroupSummary> |
ListAgentActionGroupsResult.getActionGroupSummaries() |
| Modifier and Type | Method and Description |
|---|---|
ListAgentActionGroupsResult |
ListAgentActionGroupsResult.withActionGroupSummaries(ActionGroupSummary... actionGroupSummaries)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentActionGroupsResult.setActionGroupSummaries(Collection<ActionGroupSummary> actionGroupSummaries) |
ListAgentActionGroupsResult |
ListAgentActionGroupsResult.withActionGroupSummaries(Collection<ActionGroupSummary> actionGroupSummaries) |
Copyright © 2023. All rights reserved.