Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ContentBlock
Packages that use ContentBlock
-
Uses of ContentBlock in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ContentBlockModifier and TypeMethodDescriptionfinal List<ContentBlock>CodeInterpreterResult.content()The textual content of the execution result.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ContentBlockModifier and TypeMethodDescriptionCodeInterpreterResult.Builder.content(ContentBlock... content) The textual content of the execution result.CodeInterpreterResult.BuilderImpl.content(ContentBlock... content) Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ContentBlockModifier and TypeMethodDescriptionCodeInterpreterResult.Builder.content(Collection<ContentBlock> content) The textual content of the execution result.CodeInterpreterResult.BuilderImpl.content(Collection<ContentBlock> content)