Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ImageSource
-
Packages that use ImageSource Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ImageSource in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.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.static ImageSourceImageSource. fromS3Location(Consumer<S3Location.Builder> s3Location)Create an instance of this class withs3Location()initialized to the given value.static ImageSourceImageSource. fromS3Location(S3Location s3Location)Create an instance of this class withs3Location()initialized to the given value.ImageSourceImageBlock. source()The source for the image.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ImageSource Modifier and Type Method Description ImageBlock.BuilderImageBlock.Builder. source(ImageSource source)The source for the image.
-