Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ContentBlockStart
-
Packages that use ContentBlockStart Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ContentBlockStart in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlockStart Modifier and Type Method Description static 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.ContentBlockStartContentBlockStartEvent. start()Start information about a content block start event.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ContentBlockStart Modifier and Type Method Description ContentBlockStartEvent.BuilderContentBlockStartEvent.Builder. start(ContentBlockStart start)Start information about a content block start event.ContentBlockStartEvent.BuilderContentBlockStartEvent.BuilderImpl. start(ContentBlockStart start)
-