Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Caller
-
Packages that use Caller Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Caller in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Caller Modifier and Type Method Description static CallerCaller. fromAgentAliasArn(String agentAliasArn)Create an instance of this class withagentAliasArn()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Caller Modifier and Type Method Description List<Caller>InlineAgentTracePart. callerChain()The caller chain for the trace part.List<Caller>TracePart. callerChain()The part's caller chain.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Caller Modifier and Type Method Description InlineAgentTracePart.BuilderInlineAgentTracePart.Builder. callerChain(Caller... callerChain)The caller chain for the trace part.InlineAgentTracePart.BuilderInlineAgentTracePart.BuilderImpl. callerChain(Caller... callerChain)TracePart.BuilderTracePart.Builder. callerChain(Caller... callerChain)The part's caller chain.TracePart.BuilderTracePart.BuilderImpl. callerChain(Caller... callerChain)Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Caller Modifier and Type Method Description InlineAgentTracePart.BuilderInlineAgentTracePart.Builder. callerChain(Collection<Caller> callerChain)The caller chain for the trace part.InlineAgentTracePart.BuilderInlineAgentTracePart.BuilderImpl. callerChain(Collection<Caller> callerChain)TracePart.BuilderTracePart.Builder. callerChain(Collection<Caller> callerChain)The part's caller chain.TracePart.BuilderTracePart.BuilderImpl. callerChain(Collection<Caller> callerChain)
-