Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ImageFile
-
Packages that use ImageFile Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ImageFile in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ImageFile Modifier and Type Method Description ImageFileImage. file()Returns the value of the File property for this object.ImageFileCreatePortalRequest. portalLogoImageFile()A logo image to display in the portal.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ImageFile Modifier and Type Method Description Image.BuilderImage.Builder. file(ImageFile file)Sets the value of the File property for this object.CreatePortalRequest.BuilderCreatePortalRequest.Builder. portalLogoImageFile(ImageFile portalLogoImageFile)A logo image to display in the portal.
-