Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ContentBlockDelta
Packages that use ContentBlockDelta
-
Uses of ContentBlockDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlockDeltaModifier and TypeMethodDescriptionfinal ContentBlockDeltaContentBlockDeltaEvent.delta()The delta for a content block delta event.static ContentBlockDeltaContentBlockDelta.fromCitation(Consumer<CitationsDelta.Builder> citation) Create an instance of this class withcitation()initialized to the given value.static ContentBlockDeltaContentBlockDelta.fromCitation(CitationsDelta citation) Create an instance of this class withcitation()initialized to the given value.static ContentBlockDeltaContentBlockDelta.fromImage(Consumer<ImageBlockDelta.Builder> image) Create an instance of this class withimage()initialized to the given value.static ContentBlockDeltaContentBlockDelta.fromImage(ImageBlockDelta image) Create an instance of this class withimage()initialized to the given value.static ContentBlockDeltaContentBlockDelta.fromReasoningContent(Consumer<ReasoningContentBlockDelta.Builder> reasoningContent) Create an instance of this class withreasoningContent()initialized to the given value.static ContentBlockDeltaContentBlockDelta.fromReasoningContent(ReasoningContentBlockDelta reasoningContent) Create an instance of this class withreasoningContent()initialized to the given value.static ContentBlockDeltaCreate an instance of this class withtext()initialized to the given value.static ContentBlockDeltaContentBlockDelta.fromToolResult(List<ToolResultBlockDelta> toolResult) Create an instance of this class withtoolResult()initialized to the given value.static ContentBlockDeltaContentBlockDelta.fromToolUse(Consumer<ToolUseBlockDelta.Builder> toolUse) Create an instance of this class withtoolUse()initialized to the given value.static ContentBlockDeltaContentBlockDelta.fromToolUse(ToolUseBlockDelta toolUse) Create an instance of this class withtoolUse()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ContentBlockDeltaModifier and TypeMethodDescriptionContentBlockDeltaEvent.Builder.delta(ContentBlockDelta delta) The delta for a content block delta event.ContentBlockDeltaEvent.BuilderImpl.delta(ContentBlockDelta delta)