Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetAgentActionGroupRequest.Builder
-
Packages that use GetAgentActionGroupRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.model -
-
Uses of GetAgentActionGroupRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetAgentActionGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAgentActionGroupResponse>BedrockAgentAsyncClient. 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.Builder Modifier and Type Method Description GetAgentActionGroupRequest.BuilderGetAgentActionGroupRequest.Builder. actionGroupId(String actionGroupId)The unique identifier of the action group for which to get information.GetAgentActionGroupRequest.BuilderGetAgentActionGroupRequest.Builder. agentId(String agentId)The unique identifier of the agent that the action group belongs to.GetAgentActionGroupRequest.BuilderGetAgentActionGroupRequest.Builder. agentVersion(String agentVersion)The version of the agent that the action group belongs to.static GetAgentActionGroupRequest.BuilderGetAgentActionGroupRequest. builder()GetAgentActionGroupRequest.BuilderGetAgentActionGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAgentActionGroupRequest.BuilderGetAgentActionGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAgentActionGroupRequest.BuilderGetAgentActionGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetAgentActionGroupRequest.Builder Modifier and Type Method Description static Class<? extends GetAgentActionGroupRequest.Builder>GetAgentActionGroupRequest. serializableBuilderClass()
-