Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.VideoBlock
-
Packages that use VideoBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of VideoBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return VideoBlock Modifier and Type Method Description VideoBlockContentBlock. video()Video to include in the message.VideoBlockToolResultContentBlock. video()A tool result that is video.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type VideoBlock Modifier and Type Method Description static ContentBlockContentBlock. fromVideo(VideoBlock video)Create an instance of this class withContentBlock.video()initialized to the given value.static ToolResultContentBlockToolResultContentBlock. fromVideo(VideoBlock video)Create an instance of this class withToolResultContentBlock.video()initialized to the given value.ContentBlock.BuilderContentBlock.Builder. video(VideoBlock video)Video to include in the message.ToolResultContentBlock.BuilderToolResultContentBlock.Builder. video(VideoBlock video)A tool result that is video.
-