Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ContentBlock
Packages that use ContentBlock
-
Uses of ContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlockModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromAudio(Consumer<AudioBlock.Builder> audio) Create an instance of this class withaudio()initialized to the given value.static ContentBlockContentBlock.fromAudio(AudioBlock audio) Create an instance of this class withaudio()initialized to the given value.static ContentBlockContentBlock.fromCachePoint(Consumer<CachePointBlock.Builder> cachePoint) Create an instance of this class withcachePoint()initialized to the given value.static ContentBlockContentBlock.fromCachePoint(CachePointBlock cachePoint) Create an instance of this class withcachePoint()initialized to the given value.static ContentBlockContentBlock.fromCitationsContent(Consumer<CitationsContentBlock.Builder> citationsContent) Create an instance of this class withcitationsContent()initialized to the given value.static ContentBlockContentBlock.fromCitationsContent(CitationsContentBlock citationsContent) Create an instance of this class withcitationsContent()initialized to the given value.static ContentBlockContentBlock.fromDocument(Consumer<DocumentBlock.Builder> document) Create an instance of this class withdocument()initialized to the given value.static ContentBlockContentBlock.fromDocument(DocumentBlock document) Create an instance of this class withdocument()initialized to the given value.static ContentBlockContentBlock.fromGuardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) Create an instance of this class withguardContent()initialized to the given value.static ContentBlockContentBlock.fromGuardContent(GuardrailConverseContentBlock guardContent) Create an instance of this class withguardContent()initialized to the given value.static ContentBlockContentBlock.fromImage(Consumer<ImageBlock.Builder> image) Create an instance of this class withimage()initialized to the given value.static ContentBlockContentBlock.fromImage(ImageBlock image) Create an instance of this class withimage()initialized to the given value.static ContentBlockContentBlock.fromReasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) Create an instance of this class withreasoningContent()initialized to the given value.static ContentBlockContentBlock.fromReasoningContent(ReasoningContentBlock reasoningContent) Create an instance of this class withreasoningContent()initialized to the given value.static ContentBlockContentBlock.fromSearchResult(Consumer<SearchResultBlock.Builder> searchResult) Create an instance of this class withsearchResult()initialized to the given value.static ContentBlockContentBlock.fromSearchResult(SearchResultBlock searchResult) Create an instance of this class withsearchResult()initialized to the given value.static ContentBlockCreate an instance of this class withtext()initialized to the given value.static ContentBlockContentBlock.fromToolAddition(Consumer<ToolAdditionBlock.Builder> toolAddition) Create an instance of this class withtoolAddition()initialized to the given value.static ContentBlockContentBlock.fromToolAddition(ToolAdditionBlock toolAddition) Create an instance of this class withtoolAddition()initialized to the given value.static ContentBlockContentBlock.fromToolRemoval(Consumer<ToolRemovalBlock.Builder> toolRemoval) Create an instance of this class withtoolRemoval()initialized to the given value.static ContentBlockContentBlock.fromToolRemoval(ToolRemovalBlock toolRemoval) Create an instance of this class withtoolRemoval()initialized to the given value.static ContentBlockContentBlock.fromToolResult(Consumer<ToolResultBlock.Builder> toolResult) Create an instance of this class withtoolResult()initialized to the given value.static ContentBlockContentBlock.fromToolResult(ToolResultBlock toolResult) Create an instance of this class withtoolResult()initialized to the given value.static ContentBlockContentBlock.fromToolUse(Consumer<ToolUseBlock.Builder> toolUse) Create an instance of this class withtoolUse()initialized to the given value.static ContentBlockContentBlock.fromToolUse(ToolUseBlock toolUse) Create an instance of this class withtoolUse()initialized to the given value.static ContentBlockContentBlock.fromVideo(Consumer<VideoBlock.Builder> video) Create an instance of this class withvideo()initialized to the given value.static ContentBlockContentBlock.fromVideo(VideoBlock video) Create an instance of this class withvideo()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ContentBlockModifier and TypeMethodDescriptionfinal List<ContentBlock>Message.content()The message content.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ContentBlockModifier and TypeMethodDescriptionMessage.Builder.content(ContentBlock... content) The message content.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ContentBlockModifier and TypeMethodDescriptionMessage.Builder.content(Collection<ContentBlock> content) The message content.