| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ActionGroupSummary |
ActionGroupSummary.clone() |
ActionGroupSummary |
ActionGroupSummary.withActionGroupId(String actionGroupId)
The unique identifier of the action group.
|
ActionGroupSummary |
ActionGroupSummary.withActionGroupName(String actionGroupName)
The name of the action group.
|
ActionGroupSummary |
ActionGroupSummary.withActionGroupState(ActionGroupState actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent
request.
|
ActionGroupSummary |
ActionGroupSummary.withActionGroupState(String actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent
request.
|
ActionGroupSummary |
ActionGroupSummary.withDescription(String description)
The description of the action group.
|
ActionGroupSummary |
ActionGroupSummary.withUpdatedAt(Date updatedAt)
The time at which the action group was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionGroupSummary> |
ListAgentActionGroupsResult.getActionGroupSummaries()
A list of objects, each of which contains information about an action group.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentActionGroupsResult |
ListAgentActionGroupsResult.withActionGroupSummaries(ActionGroupSummary... actionGroupSummaries)
A list of objects, each of which contains information about an action group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentActionGroupsResult.setActionGroupSummaries(Collection<ActionGroupSummary> actionGroupSummaries)
A list of objects, each of which contains information about an action group.
|
ListAgentActionGroupsResult |
ListAgentActionGroupsResult.withActionGroupSummaries(Collection<ActionGroupSummary> actionGroupSummaries)
A list of objects, each of which contains information about an action group.
|
Copyright © 2024. All rights reserved.