Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetAgentActionGroupRequest.Builder
Packages that use GetAgentActionGroupRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetAgentActionGroupRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetAgentActionGroupRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.getAgentActionGroup(Consumer<GetAgentActionGroupRequest.Builder> getAgentActionGroupRequest) Gets information about an action group for an agent.default GetAgentActionGroupResponseBedrockAgentClient.getAgentActionGroup(Consumer<GetAgentActionGroupRequest.Builder> getAgentActionGroupRequest) Gets information about an action group for an agent. -
Uses of GetAgentActionGroupRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetAgentActionGroupRequest.BuilderModifier and TypeMethodDescriptionGetAgentActionGroupRequest.Builder.actionGroupId(String actionGroupId) The unique identifier of the action group for which to get information.The unique identifier of the agent that the action group belongs to.GetAgentActionGroupRequest.Builder.agentVersion(String agentVersion) The version of the agent that the action group belongs to.GetAgentActionGroupRequest.builder()GetAgentActionGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetAgentActionGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetAgentActionGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetAgentActionGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetAgentActionGroupRequest.Builder>GetAgentActionGroupRequest.serializableBuilderClass()