Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetAgentActionGroupResponse.Builder
-
Packages that use GetAgentActionGroupResponse.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of GetAgentActionGroupResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetAgentActionGroupResponse.Builder Modifier and Type Method Description default GetAgentActionGroupResponse.BuilderGetAgentActionGroupResponse.Builder. agentActionGroup(Consumer<AgentActionGroup.Builder> agentActionGroup)Sets the value of the AgentActionGroup property for this object.GetAgentActionGroupResponse.BuilderGetAgentActionGroupResponse.Builder. agentActionGroup(AgentActionGroup agentActionGroup)Sets the value of the AgentActionGroup property for this object.static GetAgentActionGroupResponse.BuilderGetAgentActionGroupResponse. builder()GetAgentActionGroupResponse.BuilderGetAgentActionGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetAgentActionGroupResponse.Builder Modifier and Type Method Description static Class<? extends GetAgentActionGroupResponse.Builder>GetAgentActionGroupResponse. serializableBuilderClass()
-