Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ImageSource
-
Packages that use ImageSource Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ImageSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ImageSource Modifier and Type Method Description static ImageSourceImageSource. fromBytes(SdkBytes bytes)Create an instance of this class withbytes()initialized to the given value.ImageSourceImageBlock. source()The source for the image.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ImageSource Modifier and Type Method Description ImageBlock.BuilderImageBlock.Builder. source(ImageSource source)The source for the image.
-