Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.SpanContext
Packages that use SpanContext
-
Uses of SpanContext in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SpanContextModifier and TypeMethodDescriptionfinal SpanContextContext.spanContext()The span context information that uniquely identifies the trace and span being evaluated, including session ID, trace ID, and span ID for precise targeting within the agent's execution flow.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type SpanContextModifier and TypeMethodDescriptionstatic ContextContext.fromSpanContext(SpanContext spanContext) Create an instance of this class withContext.spanContext()initialized to the given value.Context.Builder.spanContext(SpanContext spanContext) The span context information that uniquely identifies the trace and span being evaluated, including session ID, trace ID, and span ID for precise targeting within the agent's execution flow.