Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Caller
Packages that use Caller
-
Uses of Caller in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CallerModifier and TypeMethodDescriptionstatic 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 CallerModifier and TypeMethodDescriptionInlineAgentTracePart.callerChain()The caller chain for the trace part.TracePart.callerChain()The part's caller chain.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type CallerModifier and TypeMethodDescriptionInlineAgentTracePart.Builder.callerChain(Caller... callerChain) The caller chain for the trace part.InlineAgentTracePart.BuilderImpl.callerChain(Caller... callerChain) TracePart.Builder.callerChain(Caller... callerChain) The part's caller chain.final TracePart.BuilderTracePart.BuilderImpl.callerChain(Caller... callerChain) Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type CallerModifier and TypeMethodDescriptionInlineAgentTracePart.Builder.callerChain(Collection<Caller> callerChain) The caller chain for the trace part.InlineAgentTracePart.BuilderImpl.callerChain(Collection<Caller> callerChain) TracePart.Builder.callerChain(Collection<Caller> callerChain) The part's caller chain.final TracePart.BuilderTracePart.BuilderImpl.callerChain(Collection<Caller> callerChain)