| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ImageFile |
ImageFile.clone() |
ImageFile |
Image.getFile() |
ImageFile |
CreatePortalRequest.getPortalLogoImageFile()
A logo image to display in the portal.
|
ImageFile |
ImageFile.withData(ByteBuffer data)
The image file contents, represented as a base64-encoded string.
|
ImageFile |
ImageFile.withType(ImageFileType type)
The file type of the image.
|
ImageFile |
ImageFile.withType(String type)
The file type of the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setFile(ImageFile file) |
void |
CreatePortalRequest.setPortalLogoImageFile(ImageFile portalLogoImageFile)
A logo image to display in the portal.
|
Image |
Image.withFile(ImageFile file) |
CreatePortalRequest |
CreatePortalRequest.withPortalLogoImageFile(ImageFile portalLogoImageFile)
A logo image to display in the portal.
|
Copyright © 2021. All rights reserved.