Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ContentBlockStart
Packages that use ContentBlockStart
-
Uses of ContentBlockStart in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlockStartModifier and TypeMethodDescriptionstatic ContentBlockStartContentBlockStart.fromImage(Consumer<ImageBlockStart.Builder> image) Create an instance of this class withimage()initialized to the given value.static ContentBlockStartContentBlockStart.fromImage(ImageBlockStart image) Create an instance of this class withimage()initialized to the given value.static ContentBlockStartContentBlockStart.fromToolResult(Consumer<ToolResultBlockStart.Builder> toolResult) Create an instance of this class withtoolResult()initialized to the given value.static ContentBlockStartContentBlockStart.fromToolResult(ToolResultBlockStart toolResult) Create an instance of this class withtoolResult()initialized to the given value.static ContentBlockStartContentBlockStart.fromToolUse(Consumer<ToolUseBlockStart.Builder> toolUse) Create an instance of this class withtoolUse()initialized to the given value.static ContentBlockStartContentBlockStart.fromToolUse(ToolUseBlockStart toolUse) Create an instance of this class withtoolUse()initialized to the given value.final ContentBlockStartContentBlockStartEvent.start()Start information about a content block start event.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ContentBlockStartModifier and TypeMethodDescriptionContentBlockStartEvent.Builder.start(ContentBlockStart start) Start information about a content block start event.ContentBlockStartEvent.BuilderImpl.start(ContentBlockStart start)