Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.VideoSource
Packages that use VideoSource
-
Uses of VideoSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return VideoSourceModifier and TypeMethodDescriptionstatic VideoSourceCreate an instance of this class withbytes()initialized to the given value.static VideoSourceVideoSource.fromS3Location(Consumer<S3Location.Builder> s3Location) Create an instance of this class withs3Location()initialized to the given value.static VideoSourceVideoSource.fromS3Location(S3Location s3Location) Create an instance of this class withs3Location()initialized to the given value.final VideoSourceVideoBlock.source()The block's source.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type VideoSourceModifier and TypeMethodDescriptionVideoBlock.Builder.source(VideoSource source) The block's source.