Uses of Class
com.amazonaws.services.opsworks.model.ReportedOs
-
Packages that use ReportedOs Package Description com.amazonaws.services.opsworks.model -
-
Uses of ReportedOs in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ReportedOs Modifier and Type Method Description ReportedOs
ReportedOs. clone()
ReportedOs
Instance. getReportedOs()
For registered instances, the reported operating system.ReportedOs
ReportedOs. withFamily(String family)
The operating system family.ReportedOs
ReportedOs. withName(String name)
The operating system name.ReportedOs
ReportedOs. withVersion(String version)
The operating system version.Methods in com.amazonaws.services.opsworks.model with parameters of type ReportedOs Modifier and Type Method Description void
Instance. setReportedOs(ReportedOs reportedOs)
For registered instances, the reported operating system.Instance
Instance. withReportedOs(ReportedOs reportedOs)
For registered instances, the reported operating system.
-