Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentActionGroupRequest
-
Packages that use GetAgentActionGroupRequest Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.transform -
-
Uses of GetAgentActionGroupRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type GetAgentActionGroupRequest Modifier and Type Method Description default CompletableFuture<GetAgentActionGroupResponse>BedrockAgentAsyncClient. getAgentActionGroup(GetAgentActionGroupRequest getAgentActionGroupRequest)Gets information about an action group for an agent.default GetAgentActionGroupResponseBedrockAgentClient. getAgentActionGroup(GetAgentActionGroupRequest getAgentActionGroupRequest)Gets information about an action group for an agent. -
Uses of GetAgentActionGroupRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type GetAgentActionGroupRequest Modifier and Type Method Description SdkHttpFullRequestGetAgentActionGroupRequestMarshaller. marshall(GetAgentActionGroupRequest getAgentActionGroupRequest)
-