Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateAgentActionGroupResponse
-
Packages that use CreateAgentActionGroupResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of CreateAgentActionGroupResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return CreateAgentActionGroupResponse Modifier and Type Method Description default CreateAgentActionGroupResponseBedrockAgentClient. createAgentActionGroup(Consumer<CreateAgentActionGroupRequest.Builder> createAgentActionGroupRequest)Creates an action group for an agent.default CreateAgentActionGroupResponseBedrockAgentClient. createAgentActionGroup(CreateAgentActionGroupRequest createAgentActionGroupRequest)Creates an action group for an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type CreateAgentActionGroupResponse Modifier and Type Method Description default CompletableFuture<CreateAgentActionGroupResponse>BedrockAgentAsyncClient. createAgentActionGroup(Consumer<CreateAgentActionGroupRequest.Builder> createAgentActionGroupRequest)Creates an action group for an agent.default CompletableFuture<CreateAgentActionGroupResponse>BedrockAgentAsyncClient. createAgentActionGroup(CreateAgentActionGroupRequest createAgentActionGroupRequest)Creates an action group for an agent.
-