Uses of Class
software.amazon.awssdk.services.quicksight.model.StaticFileSource
-
Packages that use StaticFileSource Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of StaticFileSource in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return StaticFileSource Modifier and Type Method Description StaticFileSourceImageStaticFile. source()The source of the image static file.StaticFileSourceSpatialStaticFile. source()The source of the spatial static file.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type StaticFileSource Modifier and Type Method Description ImageStaticFile.BuilderImageStaticFile.Builder. source(StaticFileSource source)The source of the image static file.SpatialStaticFile.BuilderSpatialStaticFile.Builder. source(StaticFileSource source)The source of the spatial static file.
-