Uses of Class
software.amazon.awssdk.services.quicksight.model.ImageSource
-
Packages that use ImageSource Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ImageSource in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ImageSource Modifier and Type Method Description static ImageSourceImageSource. fromPublicUrl(String publicUrl)Create an instance of this class withpublicUrl()initialized to the given value.static ImageSourceImageSource. fromS3Uri(String s3Uri)Create an instance of this class withs3Uri()initialized to the given value.ImageSourceImage. source()The source of the logo image.ImageSourceImageConfiguration. source()The source of the image.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ImageSource Modifier and Type Method Description Image.BuilderImage.Builder. source(ImageSource source)The source of the logo image.ImageConfiguration.BuilderImageConfiguration.Builder. source(ImageSource source)The source of the image.
-