Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ImageFileType
-
Packages that use ImageFileType Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ImageFileType in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ImageFileType Modifier and Type Method Description static ImageFileTypeImageFileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImageFileTypeImageFile. type()The file type of the image.static ImageFileTypeImageFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageFileType[]ImageFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ImageFileType Modifier and Type Method Description static Set<ImageFileType>ImageFileType. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ImageFileType Modifier and Type Method Description ImageFile.BuilderImageFile.Builder. type(ImageFileType type)The file type of the image.
-