Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ContentBlockDelta
-
Packages that use ContentBlockDelta Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ContentBlockDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlockDelta Modifier and Type Method Description ContentBlockDeltaContentBlockDeltaEvent. delta()The delta for a content block delta event.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 ContentBlockDeltaContentBlockDelta. fromText(String text)Create an instance of this class withtext()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 ContentBlockDelta Modifier and Type Method Description ContentBlockDeltaEvent.BuilderContentBlockDeltaEvent.Builder. delta(ContentBlockDelta delta)The delta for a content block delta event.ContentBlockDeltaEvent.BuilderContentBlockDeltaEvent.BuilderImpl. delta(ContentBlockDelta delta)
-